Click or drag to resize
SettingsCategoryInfoProviderGetSettingsCategoryInfoInternal 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#
protected virtual SettingsCategoryInfo GetSettingsCategoryInfoInternal(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
Category id

Return Value

Type: SettingsCategoryInfo
See Also