Click or drag to resize
ItemsFunctionsRemove Method
Remove item.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void Remove(
	IDictionary items,
	string key,
	bool caseSensitive
)

Parameters

items
Type: System.CollectionsIDictionary
Items collection
key
Type: SystemString
Object key
caseSensitive
Type: SystemBoolean
If true, the key is case sensitive
See Also