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