Click or drag to resize
MacroMethodContainerGetParamValueT Method
Returns the index-th parameter evaluated using given resolver.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
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: T
See Also