Click or drag to resize
WorkflowScopeInfoProviderDeleteWorkflowScopeInfo Method (WorkflowScopeInfo)

Note: This API is now obsolete.

Deletes the specified workflow scope.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IWorkflowScopeInfoProvider.Delete(WorkflowScopeInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - WorkflowScopeInfo.Provider.")]
public static void DeleteWorkflowScopeInfo(
	WorkflowScopeInfo wsi
)

Parameters

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