Click or drag to resize

GuiIntegerDropdown Method (String, String, Int32, Int32, Int32, String, Boolean, String, String, String, String, String, String)

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static string IntegerDropdown(
	string selectedField,
	string name,
	int startRange,
	int endRange,
	int stepValue,
	string prepend,
	bool formatAsMonthName = false,
	string width = "55",
	string defaultValue = "",
	string defaultName = "",
	string postfix = "",
	string specialValue = "",
	string specialName = ""
)

Parameters

selectedField
Type: SystemString
name
Type: SystemString
startRange
Type: SystemInt32
endRange
Type: SystemInt32
stepValue
Type: SystemInt32
prepend
Type: SystemString
formatAsMonthName (Optional)
Type: SystemBoolean
width (Optional)
Type: SystemString
defaultValue (Optional)
Type: SystemString
defaultName (Optional)
Type: SystemString
postfix (Optional)
Type: SystemString
specialValue (Optional)
Type: SystemString
specialName (Optional)
Type: SystemString

Return Value

Type: String
See Also