Method TryFindAction
TryFindAction(string, out NavAction)
Find an action by its id.
Declaration
public bool TryFindAction(string actionId, out NavAction action)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | actionId | The id of the action to find.  | 
    
| NavAction | action | The action if found, null otherwise.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the action was found, false otherwise.  |