Click or drag to resize
ObjectSettingsInfoProviderDeleteObjectSettingsInternal Method
Deletes the object settings matching the specified where condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteObjectSettingsInternal(
	string where
)

Parameters

where
Type: SystemString
Where condition
See Also