GetNamesOfFieldsWithSelectionsAsync Method
Overloads
| GetNamesOfFieldsWithSelectionsAsync() | Get the names of all fields that currently have any selected values. | 
GetNamesOfFieldsWithSelectionsAsync()
Get the names of all fields that currently have any selected values.
Declaration
      Task<IEnumerable<string>> GetNamesOfFieldsWithSelectionsAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.String>> | An IEnumerable with the name of all fields with any selections. |