ISettingsStoreGetSection Method

Returns the specified SettingsSection object.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
ISettingsSection GetSection(
	string? sectionName
)

Parameters

sectionName  String
The path to the section to be returned.

Return Value

ISettingsSection
The specified SettingsSection object. A new section is returned if it is not found.

Exceptions

ArgumentExceptionThrown when an argument does not meet the contract of the method.
ArgumentNullExceptionThrown if the parameter is .

See Also