BasicFileInfoIsCreatedLocal Property

Checks if the file is local and created by RevitServerTool.exe.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsCreatedLocal { get; }

Property Value

Boolean
Remarks
The value will be set to false after the file is saved and IsLocal will become true.
See Also