Click or drag to resize
TriggerHelperGetTriggers Method
Gets all cached triggers.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
public static List<ITrigger> GetTriggers(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: ListITrigger
See Also