Click or drag to resize

IConfigurationManagerSaveConfigurationT Method

Saves a configuration to its hierarchical level.

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
void SaveConfiguration<T>(
	T configuration,
	string configurationName,
	ConfigurationLevel configurationLevel,
	JsonSerializerSettings jsonSerializerSettings = null,
	bool appendJsonExtension = true
)

Parameters

configuration  T
The configurations to be saved.
configurationName  String
The name of the configuration without extension.
configurationLevel  ConfigurationLevel
The hierarchical level of the configuration file.
jsonSerializerSettings  JsonSerializerSettings  (Optional)
The settings used by the json serializer.
appendJsonExtension  Boolean  (Optional)
If true the file extension ".json" will be appended.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:RAYLASE.Marker.Configuration.IConfigurationManager.SaveConfiguration``1(``0,System.String,RAYLASE.Marker.Configuration.ConfigurationLevel,Newtonsoft.Json.JsonSerializerSettings,System.Boolean)"]

See Also