Description:

Restore a Named Position.

Syntax:
public Boolean Restore(
Guid id
)
Parameters:
  • id
  • Type: System.Guid
  • Guid of the Named Position to restore.
Returns:
Type: Boolean
True or False based on whether the Named Position was able to be restored.
Available since:
6.0

Description:

Restore a Named Position.

Syntax:
public Boolean Restore(
String name
)
Parameters:
  • name
  • Type: System.String
  • Name of the Named Position to restore.
Returns:
Type: Boolean
True or False based on whether the Named Position was able to be restored.
Available since:
6.0

Nothing found