MacroMethodContainer GetParamValue T  Method Kentico 8.1 API Reference
Returns the index-th parameter evaluated using given resolver.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

parameters
Type:  OnlineSystem Object 
Method parameters
index
Type: OnlineSystem Int32
Index of the parameter within the array
defaultValue
Type: T
Default value which will be used if the parameter is not present

Return Value

Type: T
See Also