ISettingsGetSetting Method (String, String, Int32) Ingeniux CMS Content Store API

Gets a integer setting value.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

int GetSetting(
	string sectionName,
	string settingName,
	int defaultValue
)

Parameters

sectionName
Type: SystemString
Section name
settingName
Type: SystemString
Setting name within section
defaultValue
Type: SystemInt32
Default value to return, in case the setting doesn't exist

Return Value

Type: Int32
Value of the setting. If the setting doesn't exist, returns default value.
See Also

Reference