Click or drag to resize
AbstractStockHelperHelperTypeAdd Method (String, String, Object, Boolean)
Add item.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void Add(
	string storageKey,
	string key,
	Object value,
	bool caseSensitive = true
)

Parameters

storageKey
Type: SystemString
Storage key
key
Type: SystemString
Key to add
value
Type: SystemObject
Value to add
caseSensitive (Optional)
Type: SystemBoolean
If true, the key is case sensitive
See Also