Description:

Rename a Named Position.

Syntax:
public Boolean Rename(
Guid id,
String name
)
Parameters:
  • id
  • Type: System.Guid
  • Guid of the Named Position which you want to rename.
  • name
  • Type: System.String
  • New name for the Named Position.
Returns:
Type: Boolean
True or False depending on whether the Rename was successful. For example, this method might return False if you attempt to rename the Named Position with the currently assigned name.
Available since:
6.0

Description:

Rename a Named Position.

Syntax:
public Boolean Rename(
String oldName,
String name
)
Parameters:
  • oldName
  • Type: System.String
  • Current name of the Named Position which you want to rename.
  • name
  • Type: System.String
  • New name for the Named Position.
Returns:
Type: Boolean
True or False depending on whether the Rename was successful. For example, this method might return False if you attempt to rename the Named Position with the currently assigned name.
Available since:
6.0

Nothing found