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.
|
ContentLocation
Declaration
public ContentLocation? ContentLocation { get; set; }
Property Value
System.
|
ContentTypes
DocumentTypes
Filters
Declaration
public List<SearchQueryFilter> Filters { get; set; }
Property Value
List<Search
|
ManagedPropertiesRefinerOptions
Declaration
public ManagedPropertiesRefinerOptions ManagedPropertiesRefinerOptions { get; set; }
Property Value
SortField
Declaration
public string SortField { get; set; }
Property Value
System.
|
SortFieldMatchText
Declaration
public string SortFieldMatchText { get; set; }
Property Value
System.
|