IsAgentryActionEnabled(string) method
Ask Agentry if an action with the specified name exists and is enabled.
Visual Basic syntax
Public Function
IsAgentryActionEnabled
(ByVal actionName As String)
As Boolean
C# syntax
public bool
IsAgentryActionEnabled
(string actionName)
Parameters
-
actionName –
the name of the action
Returns
True if the action exists and is enabled; false if not