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

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected void DeleteWorkflowScopesInternal(
	int workflowId
)

Parameters

workflowId
Type: SystemInt32
Workflow ID
See Also