Click or drag to resize
PathMacroContainerGetValue Method
Resolves the path macro.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public Object GetValue(
	string pathMacro
)

Parameters

pathMacro
Type: SystemString
Path macro to resolve

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also