CMSAutomationManagerMoveToNextStepInternal Method |
Moves object to next step.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax protected void MoveToNextStepInternal(
int stepId,
string comment,
bool specific
)
Parameters
- stepId
- Type: SystemInt32
Step ID (optional) - comment
- Type: SystemString
Comment - specific
- Type: SystemBoolean
Indicates if move to specific step
See Also