Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.MacroEngine
MacroMethod Class
MacroMethod Constructor
MacroMethod Constructor
MacroMethod Constructor (String, Func(Object[], Object))
MacroMethod Constructor (String, Func(EvaluationContext, Object[], Object))
MacroMethod Constructor (String, Func(MacroResolver, Object[], Object))
MacroMethod Constructor (String, Func
Object
, Object
)
Creates new instance of MacroMethod object.
Namespace:
CMS.MacroEngine
Assembly:
CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax
C#
Copy
public
MacroMethod
(
string
name
,
Func
<
Object
[],
Object
>
method
)
Parameters
name
Type:
System
String
Method name
method
Type:
System
Func
Object
,
Object
Method delegate
See Also
Reference
MacroMethod Class
MacroMethod Overload
CMS.MacroEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com