Api FilterChildren Property
This returns the child API filter collection for this entry
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
For namespaces and types, if there are children, they represent the specific entries within the namespace or type to hide or expose.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ApiFilterCollection Children { get; }VB
Public ReadOnly Property Children As ApiFilterCollection
GetC++
public:
property ApiFilterCollection^ Children {
ApiFilterCollection^ get ();
}F#
member Children : ApiFilterCollection with getProperty Value
ApiFilterCollectionFor namespaces and types, if there are children, they represent the specific entries within the namespace or type to hide or expose.