Class AssetsSearchRequest
Inheritance
System.Object
AssetsSearchRequest
Assembly: ImageVault.Common.dll
Syntax
public class AssetsSearchRequest : Object
Constructors
AssetsSearchRequest()
Declaration
public AssetsSearchRequest()
AssetsSearchRequest(AssetsSearchRequest)
Declaration
public AssetsSearchRequest(AssetsSearchRequest a)
Parameters
Properties
Count
Declaration
public bool Count { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisableHtml
If Html generation should be disabled on the server side.
Declaration
public bool DisableHtml { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Facet
A field to facet by. Optionally, the string may contain parameters to customize the faceting, expressed as comma-separated name:value pairs.
Declaration
public string[] Facet { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Filter
Declaration
public string Filter { get; set; }
Property Value
Type |
Description |
System.String |
|
OrderBy
Declaration
public string OrderBy { get; set; }
Property Value
Type |
Description |
System.String |
|
QueryType
The query syntax used to evaluate the search query
Declaration
public AssetSearchQueryTypes QueryType { get; set; }
Property Value
Search
Declaration
public string Search { get; set; }
Property Value
Type |
Description |
System.String |
|
SearchMode
Search mode to use for evaluate the search query
Declaration
public AssetSearchModes SearchMode { get; set; }
Property Value
Select
Declaration
public string Select { get; set; }
Property Value
Type |
Description |
System.String |
|
Skip
Declaration
public Nullable<int> Skip { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SuggesterName
The name of the suggester as specified in the suggesters collection that's part of the index definition
Declaration
public string SuggesterName { get; set; }
Property Value
Type |
Description |
System.String |
|
Top
Declaration
public Nullable<int> Top { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods