Table of Contents

Class OrderStatusTemplateClientProperties

Namespace
Kentico.Xperience.Admin.DigitalCommerce.UIPages
Assembly
Kentico.Xperience.Admin.DigitalCommerce.dll

Client properties of order statuses template.

public sealed class OrderStatusTemplateClientProperties : TemplateClientProperties
Inheritance
object
OrderStatusTemplateClientProperties
Inherited Members
Extension Methods

Constructors

OrderStatusTemplateClientProperties()

public OrderStatusTemplateClientProperties()

Properties

Callouts

Callouts on the order statuses page.

public ICollection<CalloutConfiguration> Callouts { get; set; }

Property Value

ICollection<CalloutConfiguration>

Caption

Caption of the order statuses page.

public string Caption { get; set; }

Property Value

string

CreateDisabled

Indicates if creating new status is allowed by permissions.

public bool CreateDisabled { get; set; }

Property Value

bool

DeleteDisabled

Indicates if deleting status is allowed by permissions.

public bool DeleteDisabled { get; set; }

Property Value

bool

EditDisabled

Indicates if editing of statuses is allowed by permissions.

public bool EditDisabled { get; set; }

Property Value

bool