Click or drag to resize
WorkflowScopeInfoProviderDeleteWorkflowScopeInfo Method (Int32)
Deletes the specified workflow scope.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax
C#
public static void DeleteWorkflowScopeInfo(
	int scopeId
)

Parameters

scopeId
Type: SystemInt32
Workflow scope ID to delete
See Also