Assembly: Ms;
The IMsAggregationFilterList interface contains properties and methods that are used to work with the aggregation filters collection.
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 by its index. |
Method name | Brief description | |
Add | The Add method adds a new filter to the collection. | |
Clear | The Clear method clears the filters collection. | |
FindById | The FindById method searches for filter in the collection by identifier of filtered dimension. | |
FindByKey | The FindByKey method searches for filter in the collection by key of filtered dimension. | |
MoveTo | The MoveTo method moves filter in the collection. | |
Remove | The Remove method removes filter from the collection by its index. | |
RemoveByKey | The RemoveByKey method removes filter from the collection by key of filtered dimension. |
See also: