recls C# mapping

FileEntry.DirectoryParts Property

The directory parts for the entry

[Visual Basic]
Public ReadOnly Property DirectoryParts As DirectoryParts
[C#]
public DirectoryParts DirectoryParts {get;}

Property Value

The individual parts of the entry's directory

Remarks

This member contains an enumerable sequence of the parts of the directory if the search was carried out using the RECLS_F_DIRECTORY_PARTS member of the RECLS_FLAG enumeration

See Also

FileEntry Class | recls Namespace