MacroMethodValidatorValidate Method |
Validates existence of macro methods in macro expression.
Namespace: CMS.MacroEngine.InternalAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public static IEnumerable<MethodNotFoundResult> Validate(
MacroExpression expression
)
Parameters
- expression
- Type: CMS.MacroEngineMacroExpression
Input macro expression.
Return Value
Type:
IEnumerableMethodNotFoundResultCollection of unknown macro methods.
See Also