Description:

Delete a Named Position.

Syntax:
public Boolean Delete(
Guid id
)
Parameters:
  • id
  • Type: System.Guid
  • Guid of the Named Position which you want to delete.
Returns:
Type: Boolean
True or False depending on whether the Delete was successful, Null in case the id does not exist as a Named Position.
Available since:
6.0

Description:

Delete a Named Position.

Syntax:
public Boolean Delete(
String name
)
Parameters:
  • name
  • Type: System.String
  • Name of the Named Position which you want to delete.
Returns:
Type: Boolean
True or False depending on whether the Delete was successful, Null in case the id does not exist as a Named Position.
Available since:
6.0

Nothing found