Click or drag to resize
MacroMethodGetParameterName Method
Returns a name of the index-th parameter.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public string GetParameterName(
	int index
)

Parameters

index
Type: SystemInt32
Index of the parameter

Return Value

Type: String
See Also