Show / Hide Table of Contents

Class ApiConfig

Inheritance
System.Object
ApiConfig
Namespace: LymeTemplateApi.Models.AppConfig
Assembly: LymeTemplateApi.Models.dll
Syntax
public class ApiConfig : object

Properties

ChangeLogUrl

Declaration
public string ChangeLogUrl { get; set; }
Property Value
Type Description
System.String

DataDirectory

Declaration
public string DataDirectory { get; set; }
Property Value
Type Description
System.String

EmailSettings

Declaration
public EmailSettings EmailSettings { get; set; }
Property Value
Type Description
EmailSettings

Environment

Declaration
public string Environment { get; set; }
Property Value
Type Description
System.String

ErrorHandling

Declaration
public ErrorHandling ErrorHandling { get; set; }
Property Value
Type Description
ErrorHandling

MotdData

Declaration
public string MotdData { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX