SynchronizeWithCentralOptions.SaveLocalFile Property

SynchronizeWithCentralOptionsSaveLocalFile Property

Indicates whether Revit will save the local file at least once while synchronizing with central.

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

Property Value

Boolean
See Also