Folders property

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

Implementation

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

Implementation

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