Click or drag to resize
WorkflowScopeInfoProviderDeleteWorkflowScopes Method
Deletes the scopes of specified workflow.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteWorkflowScopes(
	int workflowId
)

Parameters

workflowId
Type: SystemInt32
Workflow ID
See Also