Search Results for

    Show / Hide Table of Contents

    Class AssetsSearchRequest

    Inheritance
    System.Object
    AssetsSearchRequest
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class AssetsSearchRequest : Object

    Constructors

    AssetsSearchRequest()

    Declaration
    public AssetsSearchRequest()

    AssetsSearchRequest(AssetsSearchRequest)

    Declaration
    public AssetsSearchRequest(AssetsSearchRequest a)
    Parameters
    Type Name Description
    AssetsSearchRequest a

    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
    Type Description
    AssetSearchQueryTypes

    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
    Type Description
    AssetSearchModes

    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

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022