Search Results for

    Show / Hide Table of Contents

    Class SearchQuery

    Inheritance
    System.Object
    SearchQuery
    Namespace: PnP.Framework.Modernization.Transform
    Assembly: PnP.Framework.dll
    Syntax
    public class SearchQuery : object

    Constructors

    SearchQuery()

    Declaration
    public SearchQuery()

    Properties

    AdvancedQueryText

    Declaration
    public string AdvancedQueryText { get; set; }
    Property Value
    System.String

    ContentLocation

    Declaration
    public ContentLocation? ContentLocation { get; set; }
    Property Value
    System.Nullable<ContentLocation>

    ContentTypes

    Declaration
    public List<ContentType> ContentTypes { get; set; }
    Property Value
    List<ContentType>

    DocumentTypes

    Declaration
    public List<DocumentType> DocumentTypes { get; set; }
    Property Value
    List<DocumentType>

    Filters

    Declaration
    public List<SearchQueryFilter> Filters { get; set; }
    Property Value
    List<SearchQueryFilter>

    ManagedPropertiesRefinerOptions

    Declaration
    public ManagedPropertiesRefinerOptions ManagedPropertiesRefinerOptions { get; set; }
    Property Value
    ManagedPropertiesRefinerOptions

    SortField

    Declaration
    public string SortField { get; set; }
    Property Value
    System.String

    SortFieldMatchText

    Declaration
    public string SortFieldMatchText { get; set; }
    Property Value
    System.String

    SortType

    Declaration
    public SortType? SortType { get; set; }
    Property Value
    System.Nullable<SortType>

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer