Click or drag to resize
ItemsFunctions.Add Method
Add item.

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

Parameters

items
Type: System.Collections.IDictionary
Items collection
key
Type: System.String
Key to add
value
Type: System.Object
Value to add
caseSensitive
Type: System.Boolean
If true, the key is case sensitive
See Also