Click or drag to resize
MacroMethodValidatorValidate Method
Validates existence of macro methods in macro expression.

Namespace: CMS.MacroEngine.Internal
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public static IEnumerable<MethodNotFoundResult> Validate(
	MacroExpression expression
)

Parameters

expression
Type: CMS.MacroEngineMacroExpression
Input macro expression.

Return Value

Type: IEnumerableMethodNotFoundResult
Collection of unknown macro methods.
See Also