Gets the names of any files which could not be read due to access errors.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public IList<string> GetFileReadErrors()
Return Value
IList<String>An array of strings containing the filenames of files which could not be read.
