Interface ISearchRefinementResult
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Search refinement result
public interface ISearchRefinementResult
Properties
Count
Number of matches for this refinement
long Count { get; }
Property Value
Name
Refinement name
string Name { get; }
Property Value
Token
Refinement token
string Token { get; }
Property Value
Value
Refinement value
string Value { get; }