Click or drag to resize

PageGetTriggerDescriptions Method

[This is preliminary documentation and is subject to change.]

Gets the description for all triggers

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public IEnumerable<string> GetTriggerDescriptions(
	bool excludeLibraryName = false
)

Parameters

excludeLibraryName (Optional)
Type: SystemBoolean
[true] hide library name, [false] show library name above triggers

Return Value

Type: IEnumerableString
IEnumerable of Triggers
See Also