Click or drag to resize
SignDocFieldaddChoice Method (String, 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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void addChoice(
	string value,
	string exp
)

Parameters

value
Type: SystemString
The choice value to be added.
exp
Type: SystemString
The export value to be added.
See Also