Class SearchQuery
- Namespace
- Dynamicweb.Security.UserManagement
- Assembly
- Dynamicweb.Security.dll
Represents a search query.
public class SearchQuery
- Inheritance
-
SearchQuery
- Inherited Members
Constructors
SearchQuery()
Initializes a new instance of an object.
public SearchQuery()
Properties
AlphabetRange
Gets or sets the alphabet range submitted by the user.
public SearchQueryAlphabetRange AlphabetRange { get; set; }
Property Value
MatchCase
Gets or sets value indicating whether the case of the search query should be taken into consideration.
public bool MatchCase { get; set; }
Property Value
- bool
- True or false
Text
Gets or sets the search query text submitted by the user.
public string Text { get; set; }
Property Value
Remarks
String value
Methods
IsSearchRequest()
ToDo: not sure if I can do anything here
public static bool IsSearchRequest()
Returns
- bool
- True or false