Click or drag to resize

XmlFileSettings Constructor

Constructs a settings processor over a single XML document file.

Namespace: Orthogonal.NSettings
Assembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntax
C#
public XmlFileSettings(
	string backingFilename
)

Parameters

backingFilename  String
The name of the file to persist the settings as an XML document.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if backingFilename is null.
See Also