Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | Function called to get the customized control (instead of hardcoding it as a button). |
![]() |
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