DirList Property
Collection of entries resulting in the last directory listing.
Syntax
[VB.NET] Public ReadOnlyProperty DirList As CSDirEntryList
[C#] public CSDirEntryList DirList {get;}
Remarks
This property contains a collection of entries after calling ListDirectory. The collection holds details about each entry at RemotePath.
This property is read-only and not available at design time.