Click or drag to resize
CustomMacroContainerGetValue Method
Resolves the custom macro.

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

Parameters

customMacro
Type: SystemString
Custom macro to resolve

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also