Click or drag to resize
WorkflowScopeInfoProvider.GetWorkflowScopeInfoInternal Method (Guid, Int32)
Returns object with specified GUID.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax
C#
protected WorkflowScopeInfo GetWorkflowScopeInfoInternal(
	Guid guid,
	int siteId
)

Parameters

guid
Type: System.Guid
Object GUID
siteId
Type: System.Int32
Site ID

Return Value

Type: WorkflowScopeInfo
See Also