| FormSectionFieldGetSetting Method (String, Int32) |
Returns the value of a setting which has datatype 'integer'.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic int GetSetting(
string setting,
int defaultValue
)
Parameters
- setting
- Type: SystemString
Case-insensitive name of the setting for which the value must be returned.
- defaultValue
- Type: SystemInt32
defaultValue is returned if the setting is not defined or the value is not recognized.
Return Value
Type:
Int32
See Also