Click or drag to resize
WorkflowScopeInfoProviderGetWorkflowScopeInfoByGUID Method

Note: This API is now obsolete.

Returns object with specified GUID.

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

Parameters

guid
Type: SystemGuid
Object GUID
siteId
Type: SystemInt32
Site ID

Return Value

Type: WorkflowScopeInfo
See Also