IFilterValues Members
Include Protected Members
Include Inherited Members
Interface for parameters that describe the interaction between the data provider and the consumer of provider data.
The IFilterValues type exposes the following members.
Properties
Name | Description | |
---|---|---|
ParameterName | Gets a string that represents the parameter name. This is typically the same name as the consumer parameter that was selected by the end user during the filter WebPart connection configuration. | |
ParameterValues | Gets the actual parameter values from the filter provider that will be used by the filter consumer. |
Top
Methods
Name | Description | |
---|---|---|
SetConsumerParameters | Called by a filter consumer to indicate what parameters it supports. |
Top