SettingsCategoryContainer Constructor |
Creates new instance of SettingsCategoryContainer.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public SettingsCategoryContainer(
SettingsCategoryInfo category,
int siteId,
bool keysAsObjects
)
Parameters
- category
- Type: CMS.DataEngineSettingsCategoryInfo
Settings category to be encapsulated - siteId
- Type: SystemInt32
ID of the site - keysAsObjects
- Type: SystemBoolean
Indicates whether settings keys are treated as normal children (InfoObjects) or simple values
See Also