MoreAvailable property

bool MoreAvailable
Gets a value indicating whether more folders matching the search criteria. are available in the searched folder.

Implementation

bool get MoreAvailable => this._moreAvailable;
void MoreAvailable=(bool value)

Implementation

set MoreAvailable(bool value) => this._moreAvailable = value;