Click or drag to resize
MacroMethodGetParameterComment Method
Returns a comment of the index-th parameter.

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

Parameters

index
Type: SystemInt32
Index of the parameter

Return Value

Type: String
See Also