Search Results for

    Show / Hide Table of Contents

    Class AssetSearchModes

    The different types of search modes available for the search engine

    Inheritance
    System.Object
    AssetSearchModes
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public sealed class AssetSearchModes : Enum

    Fields

    All

    Will match only items matching all terms provided in the Search query

    Declaration
    public const AssetSearchModes All
    Field Value
    Type Description
    AssetSearchModes

    Any

    Will match any term provided in the Search query

    Declaration
    public const AssetSearchModes Any
    Field Value
    Type Description
    AssetSearchModes

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

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