Click or drag to resize
SettingsKeyInfoProviderDeleteSettingsKeyInfo Method
Deletes the specified settings key.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static void DeleteSettingsKeyInfo(
	SettingsKeyInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineSettingsKeyInfo
Settings key
See Also