FindItemsResults<TItem>.MoreAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether more items that match the search criteria are available in the searched folder.
public:
property bool MoreAvailable { bool get(); };
public bool MoreAvailable { get; }
Public ReadOnly Property MoreAvailable As Boolean
Property Value
true if there are more items that match the search criteria; otherwise, false.