ApiFilterChildren Property

This returns the child API filter collection for this entry

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.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