[]
Changes the name of the shared custom name.
public bool ModifyCustomName(string name, string newName)
Public Function ModifyCustomName(name As String, newName As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | The current name. |
string | newName | The new name. |
Type | Description |
---|---|
bool | true if successful; otherwise, false |