| SignDocFieldgetValue Method |
Get a value of the field.
Pushbutton fields and signature fields don't have a value, list boxes can have multiple values selected if f_MultiSelect is set.
Hard line breaks for multiline text fields(ie, text fields with flag f_MultiLine set) are encoded as "\r", "\n", or "\r\n".
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getValue(
int index
)
Public Function getValue (
index As Integer
) As String
public:
String^ getValue(
int index
)
member getValue :
index : int -> string
Parameters
- index
- Type: SystemInt32
0-based index of the value.
Return Value
Type:
String
The selected value of the field or an empty string if the index is out of range.
See Also