IntAppSetting Constructor |
Constructor
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntaxpublic IntAppSetting(
string keyName,
int defaultValue
)
Parameters
- keyName
- Type: System.String
Settings key name - defaultValue
- Type: System.Int32
Default value
See Also