GetFieldSelectionCountAsync Method
Overloads
GetFieldSelectionCountAsync(String) |
Get the number of selected values of the specified field. |
GetFieldSelectionCountAsync(String)
Get the number of selected values of the specified field.
Declaration
public Task<int> GetFieldSelectionCountAsync(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName |
The name of the field to check. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Int32> |
The number of selected values of the specified field. |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!