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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ObsoleteAttribute("Use AuthorizationFilter instead.")> _
<HtmlDesignerAttribute("MSO_DynamicBuilder")> _
Public Property IsIncludedFilter As String
Get
Set
'Usage
Dim instance As WebPart
Dim value As String
value = instance.IsIncludedFilter
instance.IsIncludedFilter = value
[WebPartStorageAttribute(Storage.Shared)]
[ObsoleteAttribute("Use AuthorizationFilter instead.")]
[HtmlDesignerAttribute("MSO_DynamicBuilder")]
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.