Click or drag to resize
WorkflowScopeInfoProviderDeleteWorkflowScopeInfoInternal Method
Deletes the specified workflow scope.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected void DeleteWorkflowScopeInfoInternal(
	WorkflowScopeInfo wsi
)

Parameters

wsi
Type: CMS.WorkflowEngineWorkflowScopeInfo
Workflow scope object to delete
See Also