Class SearchQuery
Assembly: DotNetNuke.dll
Syntax
Constructors
SearchQuery()
Declaration
Properties
AllowLeadingWildcard
Declaration
public bool AllowLeadingWildcard { get; set; }
Property Value
BeginModifiedTimeUtc
Declaration
public DateTime BeginModifiedTimeUtc { get; set; }
Property Value
BodySnippetLength
Declaration
public int BodySnippetLength { get; set; }
Property Value
CultureCode
Declaration
public string CultureCode { get; set; }
Property Value
CustomKeywords
Declaration
public IDictionary<string, string> CustomKeywords { get; set; }
Property Value
CustomSortField
Declaration
public string CustomSortField { get; set; }
Property Value
EndModifiedTimeUtc
Declaration
public DateTime EndModifiedTimeUtc { get; set; }
Property Value
KeyWords
Declaration
public string KeyWords { get; set; }
Property Value
Locale
Declaration
public string Locale { get; set; }
Property Value
ModuleDefIds
Declaration
public IEnumerable<int> ModuleDefIds { get; set; }
Property Value
ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
NumericKeys
Declaration
public IDictionary<string, int> NumericKeys { get; set; }
Property Value
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
PageSize
Declaration
public int PageSize { get; set; }
Property Value
PortalIds
Declaration
public IEnumerable<int> PortalIds { get; set; }
Property Value
RoleId
Declaration
public int RoleId { get; set; }
Property Value
SearchContext
Declaration
public IDictionary<string, string> SearchContext { get; set; }
Property Value
SearchTypeIds
Declaration
public IEnumerable<int> SearchTypeIds { get; set; }
Property Value
SortDirection
Declaration
public SortDirections SortDirection { get; set; }
Property Value
SortField
Declaration
public SortFields SortField { get; set; }
Property Value
TabId
Declaration
public int TabId { get; set; }
Property Value
Declaration
public IEnumerable<string> Tags { get; set; }
Property Value
TitleSnippetLength
Declaration
public int TitleSnippetLength { get; set; }
Property Value
UniqueKey
Declaration
public string UniqueKey { get; set; }
Property Value
WildCardSearch
Declaration
public bool WildCardSearch { get; set; }
Property Value
Extension Methods