VirtualContextSetItem Method |
Sets the particular item in the virtual context
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static void SetItem(
string key,
Object value
)
Parameters
- key
- Type: SystemString
Item key - value
- Type: SystemObject
New value
See Also