Class AssetsEndpointInfo
Provides information about the assets endpoint
Inheritance
System.Object
AssetsEndpointInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class AssetsEndpointInfo
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 |