AbstractAutomationManagerInfoTypeMoveToPreviousStep Method (InfoType, AutomationStateInfo, String) |
Moves the specified object to the previous step and returns the step.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax public WorkflowStepInfo MoveToPreviousStep(
InfoType infoObj,
AutomationStateInfo stateObj,
string comment
)
Parameters
- infoObj
- Type: InfoType
Object instance - stateObj
- Type: CMS.AutomationAutomationStateInfo
State object - comment
- Type: SystemString
Action comment
Return Value
Type:
WorkflowStepInfoSee Also