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

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

Parameters

infoObj
Type: CMS.DataEngineSettingsKeyInfo
Settings key
See Also