FieldHasSelections Method
Overloads
| FieldHasSelections(String) | Check if there are currently any selected values in the specified field. | 
FieldHasSelections(String)
Check if there are currently any selected values in the specified field.
Declaration
      bool FieldHasSelections(string fieldName)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | fieldName | The name of the field to check. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | A boolean indicating if there are any selections. |