Share via


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)

Syntax

<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface IRuntimeFilter2 _
    Inherits IRuntimeFilter

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

Remarks

IRuntimeFilter2 is derived from the obsolete IRuntimeFilter.

See Also

Reference

IRuntimeFilter2 Members

Microsoft.SharePoint.WebPartPages Namespace