Method FindActionById
FindActionById(string)
Finds an aura action by its globally unique identifier.
Declaration
IAuraAction FindActionById(string modelId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | modelId | The globally unique identifier of the aura action model. |
Returns
| Type | Description |
|---|---|
| IAuraAction | The aura action with the specified identifier, or null if not found. |