Click or drag to resize
SignDocFieldgetChoiceValue Method
Get an available choice of a list box or combo box. List boxes and combo boxes can have multiple possible choices.Each choice has a value(which will be displayed) and an export value(which is used for exporting the value of the field).This function returns one choice value, use getChoiceExport() to get the associated export value.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public string getChoiceValue(
	int index
)

Parameters

index
Type: SystemInt32
the 0-based value index of the choice value.

Return Value

Type: String
The selected choice value of the field or an empty string if the index is out of range.
See Also