The IMetabaseDialogFilters interface contains properties and methods used to work with a collection of the filters that are used to filter repository objects.
| Property name | Brief description | |
| Count | The Count property returns the number of filters in the collection. | |
| Item | The Item property returns a filter from the collection. |
| Method name | Brief description | |
| AddFilter | The AddFilter method adds a filter to the collection. | |
| Clear | The Clear method clears all the filters collection. | |
| Remove | The Remove method removes a filter from the collection. |
See also: