 | 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 = ""
)
<ObsoleteAttribute("Use IntegerDropdown instead.")>
Public Shared Function SpacListExt (
selectedFieldValue As String,
fieldName As String,
fromValue As Integer,
toValue As Integer,
valueStep As Integer,
valueExt As String,
Optional blnMonthName As Boolean = false,
Optional strWidth As String = "55",
Optional strDefaultValue As String = "",
Optional strDefaultString As String = "",
Optional valuePostFix As String = "",
Optional specialValue As String = "",
Optional specialValueName As String = ""
) As String
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