Click or drag to resize
WorkflowScopeInfoProviderSetWorkflowScopeInfo Method

Note: This API is now obsolete.

Sets the specified workflow scope data.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IWorkflowScopeInfoProvider.Set(WorkflowScopeInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - WorkflowScopeInfo.Provider.")]
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