Click or drag to resize
SettingsCategoryInfoProviderGetSettingsCategoryInfoByNameInternal Method
Returns the SettingsCategoryInfo structure for the name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual SettingsCategoryInfo GetSettingsCategoryInfoByNameInternal(
	string categoryName
)

Parameters

categoryName
Type: SystemString
CategoryName

Return Value

Type: SettingsCategoryInfo
See Also