Class ApplicationSettings
Application settings for the ImageVault client
Inherited Members
Namespace: ImageVault.Client.Configuration
Assembly: ImageVault.Client.dll
Syntax
public class ApplicationSettings : ApplicationSettingsBase
Constructors
ApplicationSettings(NameValueCollection)
Default constructor
Declaration
public ApplicationSettings(NameValueCollection appSettings = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Specialized.NameValueCollection | appSettings |
Properties
ApiAddress
Gets the ImageVault API address.
Declaration
public string ApiAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalUrl
Defines the external url to the ImageVault site
Declaration
public string ExternalUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Instance
Gets the singleton instance of the ApplicationSettings
Declaration
public static ApplicationSettings Instance { get; }
Property Value
Type | Description |
---|---|
ApplicationSettings |
InternalUrl
Defines the external url to the ImageVault site
Declaration
public string InternalUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Reset()
Resets any custom settings to it's initial values
Declaration
public void Reset()