Search Results for

    Show / Hide Table of Contents

    Interface ISearchRefinementResult

    Search refinement result

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface ISearchRefinementResult

    Properties

    Count

    Number of matches for this refinement

    Declaration
    long Count { get; }
    Property Value
    System.Int64

    Name

    Refinement name

    Declaration
    string Name { get; }
    Property Value
    System.String

    Token

    Refinement token

    Declaration
    string Token { get; }
    Property Value
    System.String

    Value

    Refinement value

    Declaration
    string Value { get; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer