Click or drag to resize
AutomationHelperGetTriggerName Method
Returns formatted trigger name.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public static string GetTriggerName(
	WorkflowTriggerTypeEnum type,
	string objectType
)

Parameters

type
Type: CMS.WorkflowEngineWorkflowTriggerTypeEnum
Type of trigger
objectType
Type: SystemString
Object type

Return Value

Type: String
See Also