Specifies whether a local file is allowed to be opened as read-only by a user other than its owner.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool AllowOpeningLocalByWrongUser { get; set; }Property Value
Boolean
Remarks
The default is false. This option is ignored for central and non-workshared models.
See Also
Reference