MoreAvailable property

bool MoreAvailable
Gets a value indicating whether more items 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;