Click or drag to resize
SettingsCategoryInfoProviderGetSettingsCategoryInfo Method

Note: This API is now obsolete.

Returns the SettingsCategoryInfo structure for the specified category.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ISettingsCategoryInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - SettingsCategoryInfo.Provider.")]
public static SettingsCategoryInfo GetSettingsCategoryInfo(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
Category ID

Return Value

Type: SettingsCategoryInfo
See Also