| MacroMethodContainerGetParamValueT Method | 
            Returns the index-th parameter evaluated using given resolver.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
 Syntax
Syntaxprotected static T GetParamValue<T>(
	Object[] parameters,
	int index,
	T defaultValue
)
Parameters
- parameters
- Type: SystemObject
 Method parameters
- index
- Type: SystemInt32
 Index of the parameter within the array
- defaultValue
- Type: T
 Default value which will be used if the parameter is not present
Type Parameters
- T
Return Value
Type: 
T See Also
See Also