FieldHasSelectionsAsync Method
Overloads
FieldHasSelectionsAsync(String) |
Check if there are currently any selected values in the specified field. |
FieldHasSelectionsAsync(String)
Check if there are currently any selected values in the specified field.
Declaration
public Task<bool> FieldHasSelectionsAsync(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName |
The name of the field to check. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |
A boolean indicating if there are any selections. |
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!