Description:

Restore a Named Position.

Syntax:
public bool Restore(
string name
)
Parameters:
  • name
  • Type: string
  • Name of the Named Position to restore.
Returns:
Type: bool
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 bool Restore(
Guid id
)
Parameters:
  • id
  • Type: System.Guid
  • Guid of the Named Position to restore.
Returns:
Type: bool
True or False based on whether the Named Position was able to be restored.
Available since:
6.0

Nothing found