SynchronizeWithCentralOptionsSetRelinquishOptions Method

Sets the options which govern whether or not to relinquish elements and workset types.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetRelinquishOptions(
	RelinquishOptions relinquishOptions
)

Parameters

relinquishOptions  RelinquishOptions
The options. If , synchronize with central will relinquish the current user's ownership of all worksets and all elements.
See Also