Click or drag to resize
WorkflowStepInfoProviderGetWorkflowStepInfoInternal Method (Guid)
Returns object with specified GUID.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WorkflowStepInfo GetWorkflowStepInfoInternal(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: WorkflowStepInfo
See Also