GetFieldSelectionCount Method
Overloads
GetFieldSelectionCount(String) |
Get the number of selected values of the specified field. |
GetFieldSelectionCount(String)
Get the number of selected values of the specified field.
Declaration
public int GetFieldSelectionCount(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName |
The name of the field to check. |
Returns
Type | Description |
---|---|
System.Int32 |
The number of selected values of the specified field. |