ApiFilterChildren Property

This returns the child API filter collection for this entry

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public ApiFilterCollection Children { get; }

Property Value

ApiFilterCollection
For namespaces and types, if there are children, they represent the specific entries within the namespace or type to hide or expose.

See Also