Table of Contents

Enum ConfigurationFileLookupDirectory

Namespace
Sisk.Core.Http.Hosting
Assembly
Sisk.Core.dll

Represents the base directory where the IConfigurationReader should search for the configuration file.

[Flags]
public enum ConfigurationFileLookupDirectory

Fields

AppDirectory = 4

The IConfigurationReader should search in the executable base directory.

CurrentDirectory = 2

The IConfigurationReader should search in the process current/base directory.