BasicFileInfo.AllLocalChangesSavedToCentral Property

BasicFileInfoAllLocalChangesSavedToCentral Property

Are all local changes saved to the central file?

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

Property Value

Boolean
See Also