Click or drag to resize
WorkflowScopeInfoProviderGetWorkflowScopeInfo Method
Returns the WorkflowScopeInfo structure for the specified workflow scope ID.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static WorkflowScopeInfo GetWorkflowScopeInfo(
	int scopeId
)

Parameters

scopeId
Type: SystemInt32
ID of the workflow scope to retrieve

Return Value

Type: WorkflowScopeInfo
See Also