IntAppSetting Constructor |
Constructor
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public IntAppSetting(
string keyName,
int defaultValue
)
Parameters
- keyName
- Type: SystemString
Settings key name - defaultValue
- Type: SystemInt32
Default value
See Also