Click or drag to resize
ItemsFunctionsAdd Method
Add item.

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

Parameters

items
Type: System.CollectionsIDictionary
Items collection
key
Type: SystemString
Key to add
value
Type: SystemObject
Value to add
caseSensitive
Type: SystemBoolean
If true, the key is case sensitive
See Also