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