Click or drag to resize
WorkflowScopeInfoProviderSetWorkflowScopeInfo Method
Sets the specified workflow scope data.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetWorkflowScopeInfo(
	WorkflowScopeInfo infoObj
)

Parameters

infoObj
Type: CMS.WorkflowEngineWorkflowScopeInfo
Workflow scope data object
Exceptions
ExceptionCondition
ExceptionThrows exception if license limitation are not fulfilled
See Also