Click or drag to resize
VirtualContextSetItem Method
Sets the particular item in the virtual context

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void SetItem(
	string key,
	Object value
)

Parameters

key
Type: SystemString
Item key
value
Type: SystemObject
New value
See Also