ApiFilterChildren Property
This returns the child API filter collection for this entry
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public ApiFilterCollection Children { get; }
Public ReadOnly Property Children As ApiFilterCollection
Get
public:
property ApiFilterCollection^ Children {
ApiFilterCollection^ get ();
}
member Children : ApiFilterCollection with get
Property Value
ApiFilterCollectionFor namespaces and types, if there are children, they represent the specific entries within
the namespace or type to hide or expose.