Share via


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

<ObsoleteAttribute("Use IRuntimeFilter2 instead.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface IRuntimeFilter

Dim instance As IRuntimeFilter
[ObsoleteAttribute("Use IRuntimeFilter2 instead.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface IRuntimeFilter

See Also

Reference

IRuntimeFilter Members

Microsoft.SharePoint.WebPartPages Namespace