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