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

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public EvaluationResult ResolveCustomMacro(
	string baseExpression,
	string fullExpression
)

Parameters

baseExpression
Type: SystemString
Base expression (without the parameters)
fullExpression
Type: SystemString
Full expression (with the parameters)

Return Value

Type: EvaluationResult
See Also