ApiFilterCollection.AddNamespaceChild Method
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
Add a new type entry to this namespace collection
public bool AddNamespaceChild(string fullName, string nameSpace, string typeName, string memberName)
Parameters
fullNamestringThe full name of the entry
nameSpacestringThe namespace
typeNamestringThe type name
memberNamestringThe member
Returns
- bool
True if merged without conflict or false if the merged member conflicted with an existing entry. The existing entry will take precedence.
Remarks
Entries added by this method are exclusions based on namespace comment or <exclude/> tag exclusions.