Method ReplaceId
ReplaceId(string, string)
Replaces a specified Aura/Folder ID with a new ID.
Declaration
public void ReplaceId(string previousId, string newId)
Parameters
Type | Name | Description |
---|---|---|
string | previousId | The ID to be replaced. |
string | newId | The new ID to replace with. |