CheckRuntimeRender(String) Method

The CheckRuntimeRender method of the IRuntimeFilter interface is used to indicate whether the Web Part will be rendered on the page.

Parameters

IsIncludedFilter   Stores the parameters used by the IRuntimeFilter interface to determine whether the Web Part will be included on the page.

Return Value

A Boolean value that indicates whether the Web Part will be rendered. true if the Web Part will be included on the page; otherwise, false.

Remarks

The CheckRuntimeRender method is only valid when called in personalization mode. It will not be called when in customization mode. Also, the CheckRuntimeRender method is only called for Global Web Parts. Global Web Parts are Web Parts that were created in customization mode where the user hasn't personalized the Web Part.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security