Search Results for

    Show / Hide Table of Contents

    Class AssetsEndpointInfo

    Provides information about the assets endpoint

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

    Constructors

    AssetsEndpointInfo()

    Default constructor

    Declaration
    public AssetsEndpointInfo()

    AssetsEndpointInfo(AssetsEndpointInfo)

    Copy constructor

    Declaration
    public AssetsEndpointInfo(AssetsEndpointInfo ai)
    Parameters
    Type Name Description
    AssetsEndpointInfo ai

    Properties

    SearchEnabled

    True if the search endpoint is enabled

    Declaration
    public bool SearchEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

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