IRuntimeFilter2 Interface

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.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Interface IRuntimeFilter2 _
    Inherits IRuntimeFilter
'Usage
Dim instance As IRuntimeFilter2
public interface IRuntimeFilter2 : IRuntimeFilter

Remarks

IRuntimeFilter2 is derived from the obsolete IRuntimeFilter.

See Also

Reference

IRuntimeFilter2 Members

Microsoft.SharePoint.WebPartPages Namespace