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