WebUrlMenuFunction.parameters Method

Gets or sets the list of parameters that are passed to objects that are run by the MenuFunction class.

Syntax

public str parameters([str value])

Run On

Called

Parameters

  • value
    Type: str

Return Value

Type: str
The list of parameters that are passed to the object.

Remarks

The parameters string format is Parameter1=Value1, Parameter2=Value2, and so on. CTS will ignore passed, unrecognized parameters.

See Also

Reference

WebUrlMenuFunction Class