Click or drag to resize

GuiSpacListExt Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use IntegerDropdown instead.")]
public static string SpacListExt(
	string selectedFieldValue,
	string fieldName,
	int fromValue,
	int toValue,
	int valueStep,
	string valueExt,
	bool blnMonthName = false,
	string strWidth = "55",
	string strDefaultValue = "",
	string strDefaultString = "",
	string valuePostFix = "",
	string specialValue = "",
	string specialValueName = ""
)

Parameters

selectedFieldValue
Type: SystemString
fieldName
Type: SystemString
fromValue
Type: SystemInt32
toValue
Type: SystemInt32
valueStep
Type: SystemInt32
valueExt
Type: SystemString
blnMonthName (Optional)
Type: SystemBoolean
strWidth (Optional)
Type: SystemString
strDefaultValue (Optional)
Type: SystemString
strDefaultString (Optional)
Type: SystemString
valuePostFix (Optional)
Type: SystemString
specialValue (Optional)
Type: SystemString
specialValueName (Optional)
Type: SystemString

Return Value

Type: String
See Also