Click or drag to resize
WorkflowScopeInfoProviderGetWorkflowScopeInfo Method

Note: This API is now obsolete.

Returns the WorkflowScopeInfo structure for the specified workflow scope ID.

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

Parameters

scopeId
Type: SystemInt32
ID of the workflow scope to retrieve

Return Value

Type: WorkflowScopeInfo
See Also