Click or drag to resize
SettingsCategoryInfoProviderSetSettingsCategoryInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified category.

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

Parameters

category
Type: CMS.DataEngineSettingsCategoryInfo
Settings category to set
See Also