Click or drag to resize
AbstractStockHelperTHelperRemove Method (String, Boolean)
Remove item.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void Remove(
	string key,
	bool caseSensitive
)

Parameters

key
Type: SystemString
Object key
caseSensitive
Type: SystemBoolean
If true, the key is case sensitive
See Also