Search Results for

    Show / Hide Table of Contents

    Interface ISearchResult

    Result of search query

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

    Properties

    ElapsedTime

    Time in milliseconds the search query took server side

    Declaration
    int ElapsedTime { get; }
    Property Value
    System.Int32

    Refinements

    Collection of refinement results

    Declaration
    Dictionary<string, List<ISearchRefinementResult>> Refinements { get; }
    Property Value
    Dictionary<System.String, PnP.Core.Model.SharePoint.List<ISearchRefinementResult>>

    Rows

    Collection of search results

    Declaration
    List<Dictionary<string, object>> Rows { get; }
    Property Value
    PnP.Core.Model.SharePoint.List<Dictionary<System.String, System.Object>>

    TotalRows

    Total rows that match the provided query

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

    TotalRowsIncludingDuplicates

    Total rows, including duplicates, that match the provided query

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

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