IFilterProvider members
NOTE: This API is now obsolete.
Used to communicate with a Web Part that implements IFilterConsumer interface to provide filter information to the consumer.
The IFilterProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
FilterConsumerInit | Obsolete. An event handler for the FilterConsumerInit event that receives the list of fields, and optionally field display names. |
Top
Events
Name | Description | |
---|---|---|
ClearFilter | Obsolete. Notifies the consumer Web Part to clear the current filter. | |
NoFilter | Obsolete. Notifies the consumer Web Part that no filter will be provided. | |
SetFilter | Obsolete. Provides the filter expression for the consumer Web Part. |
Top