Click or drag to resize
CustomMacroContainerSetValue Method
Not implemented.

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

Parameters

customMacro
Type: SystemString
Custom macro
value
Type: SystemObject
New value

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also