Class ChangeWorkflowStepDialogModel
Model for workflow step change.
[Obsolete("Class was not intended for public use and will be removed in the next version.")]
public sealed class ChangeWorkflowStepDialogModel
- Inheritance
-
objectChangeWorkflowStepDialogModel
- Extension Methods
Constructors
ChangeWorkflowStepDialogModel()
public ChangeWorkflowStepDialogModel()
Properties
MoveToWorkflowStep
Specifies the name of the content workflow step to which the webpage should be moved.
[DropDownComponent(Label = "{$changeworkflowstep.workflowstepselector.label$}", DataProviderType = typeof(ChangeWorkflowStepDropDownOptionsProvider), Order = 0)]
[RequiredValidationRule]
public string MoveToWorkflowStep { get; set; }
Property Value
- string