SynchronizeWithCentralOptions.RelinquishUserCreatedWorksets Property

SynchronizeWithCentralOptionsRelinquishUserCreatedWorksets Property

Indicates whether Revit should relinquish user-created Standard worksets after synchronizing with central.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool RelinquishUserCreatedWorksets { get; }
Public ReadOnly Property RelinquishUserCreatedWorksets As Boolean
	Get
public:
property bool RelinquishUserCreatedWorksets {
	bool get ();
}
member RelinquishUserCreatedWorksets : bool with get

Property Value

Boolean
Remarks
This is a shortcut to access the value stored in UserWorksets.
See Also