Click or drag to resize
PathMacroContainerSetValue Method
Not implemented.

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

Parameters

pathMacro
Type: SystemString
Path macro
value
Type: SystemObject
New value

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also