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