ActionExists

Check if an action exist by name<br>Returns a boolean indicating whether the action exists.

Signature

public bool ActionExists(string actionName)

Parameters

actionName
string required

No description provided.

Return Type

bool

Example

CPH.ActionExists(actionName);