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

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected virtual List<ITrigger> GetTriggersInternal(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: ListITrigger
See Also