Click or drag to resize
SignDocFieldaddChoice Method (String)
Add a choice to a list box or combo box. This function uses the choice value as 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 void addChoice(
	string value
)

Parameters

value
Type: SystemString
The choice value and export value to be added. Complex scripts are supported, see Complex Scripts.
Remarks
getValue() and setValue() use the export value.
See Also