recls C# mapping

FileEntry.ShortFile Property

The short version of the File property

[Visual Basic]
Public ReadOnly Property ShortFile As String
[C#]
public string ShortFile {get;}

Property Value

The short (8.3) version of the File property

Remarks

This represents the short version of the File property. In cases where the File conforms to the 8.3 format, the value of this property is the empty string

See Also

FileEntry Class | recls Namespace