Click or drag to resize

YConfigurationProviderT Constructor

Create a new configuration provider from the given configurationFile.

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public YConfigurationProvider(
	string configurationFile = "",
	string key = ""
)

Parameters

configurationFile  String  (Optional)
The configuration file paht. If it does not exist, it will be created. By default it will be 'config.json' at the entry assembly directory.
key  String  (Optional)
The encryption key. Leave empty to disable encryption. The default value is the empty string.
See Also