Click or drag to resize
SettingsCategoryContainer Constructor
Creates new instance of SettingsCategoryContainer.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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