Click or drag to resize
Sandcastle Help File BuilderApiFilterChildren Property
This returns the child API filter collection for this entry

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public ApiFilterCollection Children { get; }

Property Value

Type: 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