WorkflowScopeInfoProviderGetWorkflowScopeInfo Method |
Returns the WorkflowScopeInfo structure for the specified workflow scope ID.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax public static WorkflowScopeInfo GetWorkflowScopeInfo(
int scopeId
)
Parameters
- scopeId
- Type: SystemInt32
ID of the workflow scope to retrieve
Return Value
Type:
WorkflowScopeInfoSee Also