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

Returns

True if the action exists; false if not