WebPart.IsIncludedFilter property

NOTE: This API is now obsolete.

Gets or sets the parameters used by the IRuntimeFilter interface to determine if the Web Part will be included on the Web Part Page.

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

Syntax

'Declaration
<HtmlDesignerAttribute("MSO_DynamicBuilder")> _
<ObsoleteAttribute("Use AuthorizationFilter instead.")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property IsIncludedFilter As String
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As String

value = instance.IsIncludedFilter

instance.IsIncludedFilter = value
[HtmlDesignerAttribute("MSO_DynamicBuilder")]
[ObsoleteAttribute("Use AuthorizationFilter instead.")]
[WebPartStorageAttribute(Storage.Shared)]
public string IsIncludedFilter { get; set; }

Property value

Type: System.String
The parameters used by the IRuntimeFilter interface.

Remarks

Web Part developers do not need to manipulate this property; the Web Part infrastructure handles all details of its use.

This property cannot be personalized by individual users. The value of its WebPartStorageAttribute is Storage.Shared, which specifies that the property is stored with the same value for all users.

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace