Method ReplaceId
ReplaceId(string, string)
Replaces an old ID with a new ID in the list of linked auras and folders.
Declaration
void ReplaceId(string previousId, string newId)Parameters
| Type | Name | Description | 
|---|---|---|
| string | previousId | The ID to be replaced. | 
| string | newId | The new ID to replace the old one. | 
Remarks
This method is used when the ID of a linked aura or folder changes and there is a need to update references to the new ID.
