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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteSettingsKeyInfoInternal(
	SettingsKeyInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngine.SettingsKeyInfo
Settings key
See Also