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