ConfigureFilters Method
Configures options for the entity filters.
Syntax
public void ConfigureFilters(
System.string selectionFilterLabel,
System.Collections.Generic.IEnumerable<SelectEntitySettings.EntityFilter> entityFilters,
SelectEntitySettings.EntityFilter defaultFilter
)Public Sub ConfigureFilters( _
ByVal selectionFilterLabel As System.String, _
ByVal entityFilters As System.Collections.Generic.IEnumerable(Of SelectEntitySettings.EntityFilter), _
ByVal defaultFilter As SelectEntitySettings.EntityFilter _
) Parameters
| Name | Description |
|---|---|
| selectionFilterLabel | Sets the label for the combobox that allows the user to filter the entities displayed by a configured list of EntityFilters. |
| entityFilters | Sets a list of filters that can be used to narrow down the list of entities. |
| defaultFilter | Specifies which of the entityFilters should be used initally. |