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