ContentByQueryWebPart.FilterIncludeChildren3 Property

Gets or sets the FilterIncludeChildren3 property value.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property FilterIncludeChildren3 As Boolean
    Get
    Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Boolean

value = instance.FilterIncludeChildren3

instance.FilterIncludeChildren3 = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool FilterIncludeChildren3 { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

A Boolean to indicate whether the current filter includes child terms when the current filter is filtered on the managed term field. This corresponds to the whether the checkbox underneath the field control is checked.

See Also

Reference

ContentByQueryWebPart Class

ContentByQueryWebPart Members

Microsoft.SharePoint.Publishing.WebControls Namespace