IRuntimeFilter Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Controls which Web Parts are rendered at run time based on a set of arbitrary parameters stored in the IsIncludedFilter property of the Web Part base class.
The IRuntimeFilter type exposes the following members.
Methods
Name | Description | |
---|---|---|
CheckRuntimeRender | Obsolete. Indicates whether the Web Part will be rendered on the page. | |
InitializeStrings | Obsolete. Initializes string constants based on the value of the cultureInfo parameter. | |
IsFilterActive | Obsolete. Controls whether the runtime filter is active and visible for different sites. | |
ValidateIsIncludedFilter | Obsolete. Checks that the values in the IsIncludedFilter property are valid before they are saved to the database. |
Top