Folders property

List<Folder> Folders
Gets a collection containing the folders that were found by the search operation.

Implementation

List<Folder> get Folders => this._folders;
void Folders=(List<Folder> value)

Implementation

set Folders(List<Folder> value) => this._folders = value;