Click or drag to resize
SettingsCategoryInfoProviderGetSettingsCategoryInfo Method
Returns the SettingsCategoryInfo structure for the specified category.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static SettingsCategoryInfo GetSettingsCategoryInfo(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
Category ID

Return Value

Type: SettingsCategoryInfo
See Also