Method RemapId
RemapId(long, long)
Attempts to change the Id of an entry.
Declaration
public bool RemapId(long currentId, long newId)
Parameters
Type | Name | Description |
---|---|---|
long | currentId | The current Id that should be changed. Must exist. |
long | newId | The new Id to use. Must not already be in use. |
Returns
Type | Description |
---|---|
bool | True is the Id was changed successfully. |