Click or drag to resize
AbstractAutomationManagerInfoTypeGetObjectProcess Method
Returns the process for the specified object.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
public WorkflowInfo GetObjectProcess(
	InfoType infoObj,
	AutomationStateInfo stateObj
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object

Return Value

Type: WorkflowInfo
See Also