Class WorkflowStepsTemplateClientProperties
Client properties of workflow steps template.
public sealed class WorkflowStepsTemplateClientProperties : TemplateClientProperties
- Inheritance
-
objectWorkflowStepsTemplateClientProperties
- Inherited Members
- Extension Methods
Properties
Callouts
Callouts on the workflow steps page.
public ICollection<CalloutConfiguration> Callouts { get; set; }
Property Value
- ICollection<CalloutConfiguration>
Caption
Caption of the workflow steps page.
public string Caption { get; set; }
Property Value
- string
EditDisabled
Indicates whether the page should be available in view-only mode.
public bool EditDisabled { get; set; }
Property Value
- bool