AbstractStockHelperHelperTypeAdd Method (String, Object) |
Add item.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static void Add(
string key,
Object value
)
Parameters
- key
- Type: SystemString
Key to add - value
- Type: SystemObject
Value to add
See Also