Click or drag to resize
WorkflowScopeInfoProviderGetWorkflowScopeInfoInternal Method (Int32)
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#
protected WorkflowScopeInfo GetWorkflowScopeInfoInternal(
	int scopeId
)

Parameters

scopeId
Type: SystemInt32
ID of the workflow scope to retrieve

Return Value

Type: WorkflowScopeInfo
See Also