MacroMethodContainerGetParamValueT Method |
Returns the index-th parameter evaluated using given resolver.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected 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:
TSee Also