ContentByQueryWebPart.FilterIncludeChildren2 Property
Gets or sets the FilterIncludeChildren2 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 FilterIncludeChildren2 As Boolean
Get
Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Boolean
value = instance.FilterIncludeChildren2
instance.FilterIncludeChildren2 = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool FilterIncludeChildren2 { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
A Boolean that indicates 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.