Click or drag to resize

ISettingsGetSetting(String, String, Int32) Method


Gets a integer setting value.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
int GetSetting(
	string sectionName,
	string settingName,
	int defaultValue
)

Parameters

sectionName  String
Section name
settingName  String
Setting name within section
defaultValue  Int32
Default value to return, in case the setting doesn't exist

Return Value

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