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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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