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 |