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

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

Parameters

index
Type: System.Int32
Index of the parameter

Return Value

Type: String
See Also