IRuntimeFilter interface

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.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use IRuntimeFilter2 instead.")> _
Public Interface IRuntimeFilter
'Usage
Dim instance As IRuntimeFilter
[ObsoleteAttribute("Use IRuntimeFilter2 instead.")]
public interface IRuntimeFilter

See also

Reference

IRuntimeFilter members

Microsoft.SharePoint.WebPartPages namespace