Click or drag to resize
DictionaryContainerSetValue Method
Not implemented.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public bool SetValue(
	string key,
	Object value
)

Parameters

key
Type: SystemString
QueryString key
value
Type: SystemObject
New value

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also