MacroResolverResolveCustomMacro Method |
Resolves the custom macro.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax 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:
EvaluationResultSee Also