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

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

Parameters

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

Return Value

Type: WorkflowScopeInfo
See Also