| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic int getChoiceCount()
Public Function getChoiceCount As Integer
public:
int getChoiceCount()
member getChoiceCount : unit -> int
Return Value
Type:
Int32The number of available choices or 0 if not supported for the type of this field.
See Also