Show / Hide Table of Contents

Class SearchQuery

Inheritance
object
SearchQuery
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke.dll
Syntax
public class SearchQuery

Constructors

SearchQuery()

Declaration
public SearchQuery()

Properties

AllowLeadingWildcard

Declaration
public bool AllowLeadingWildcard { get; set; }
Property Value
Type Description
bool

BeginModifiedTimeUtc

Declaration
public DateTime BeginModifiedTimeUtc { get; set; }
Property Value
Type Description
DateTime

BodySnippetLength

Declaration
public int BodySnippetLength { get; set; }
Property Value
Type Description
int

CultureCode

Declaration
public string CultureCode { get; set; }
Property Value
Type Description
string

CustomKeywords

Declaration
public IDictionary<string, string> CustomKeywords { get; set; }
Property Value
Type Description
IDictionary<string, string>

CustomSortField

Declaration
public string CustomSortField { get; set; }
Property Value
Type Description
string

EndModifiedTimeUtc

Declaration
public DateTime EndModifiedTimeUtc { get; set; }
Property Value
Type Description
DateTime

KeyWords

Declaration
public string KeyWords { get; set; }
Property Value
Type Description
string

Locale

Declaration
public string Locale { get; set; }
Property Value
Type Description
string

ModuleDefIds

Declaration
public IEnumerable<int> ModuleDefIds { get; set; }
Property Value
Type Description
IEnumerable<int>

ModuleId

Declaration
public int ModuleId { get; set; }
Property Value
Type Description
int

NumericKeys

Declaration
public IDictionary<string, int> NumericKeys { get; set; }
Property Value
Type Description
IDictionary<string, int>

PageIndex

Declaration
public int PageIndex { get; set; }
Property Value
Type Description
int

PageSize

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int

PortalIds

Declaration
public IEnumerable<int> PortalIds { get; set; }
Property Value
Type Description
IEnumerable<int>

RoleId

Declaration
public int RoleId { get; set; }
Property Value
Type Description
int

SearchContext

Declaration
public IDictionary<string, string> SearchContext { get; set; }
Property Value
Type Description
IDictionary<string, string>

SearchTypeIds

Declaration
public IEnumerable<int> SearchTypeIds { get; set; }
Property Value
Type Description
IEnumerable<int>

SortDirection

Declaration
public SortDirections SortDirection { get; set; }
Property Value
Type Description
SortDirections

SortField

Declaration
public SortFields SortField { get; set; }
Property Value
Type Description
SortFields

TabId

Declaration
public int TabId { get; set; }
Property Value
Type Description
int

Tags

Declaration
public IEnumerable<string> Tags { get; set; }
Property Value
Type Description
IEnumerable<string>

TitleSnippetLength

Declaration
public int TitleSnippetLength { get; set; }
Property Value
Type Description
int

UniqueKey

Declaration
public string UniqueKey { get; set; }
Property Value
Type Description
string

WildCardSearch

Declaration
public bool WildCardSearch { get; set; }
Property Value
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS