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