Click or drag to resize
MacroExpressionGetPriority Method
Gets the priority of the evaluation for the given method.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected int GetPriority(
	string methodName
)

Parameters

methodName
Type: SystemString
Method name

Return Value

Type: Int32
See Also