WorkflowStepInfoProviderDeleteWorkflowStepInfo Method (Int32) |
Deletes the specified workflow step.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax public static void DeleteWorkflowStepInfo(
int stepId
)
Parameters
- stepId
- Type: SystemInt32
Workflow step ID to delete
See Also