Click or drag to resize
SignDocFieldgetChoiceCount Method
Get the number of available choices for a list box or combo box. List boxes and combo boxes can have multiple possible choices.For other field types, this function returns 0.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public int getChoiceCount()

Return Value

Type: Int32
The number of available choices or 0 if not supported for the type of this field.
See Also