ContentByQueryWebPart.FilterIncludeChildren1 Property
Gets or sets the FilterIncludeChildren1 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 FilterIncludeChildren1 As Boolean
Get
Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Boolean
value = instance.FilterIncludeChildren1
instance.FilterIncludeChildren1 = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool FilterIncludeChildren1 { 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.