ApiFilterCollectionAddNamespaceChild Method
Add a new type entry to this namespace collection
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool AddNamespaceChild(
string fullName,
string nameSpace,
string typeName,
string memberName
)
Public Function AddNamespaceChild (
fullName As String,
nameSpace As String,
typeName As String,
memberName As String
) As Boolean
public:
bool AddNamespaceChild(
String^ fullName,
String^ nameSpace,
String^ typeName,
String^ memberName
)
member AddNamespaceChild :
fullName : string *
nameSpace : string *
typeName : string *
memberName : string -> bool
- fullName String
- The full name of the entry
- nameSpace String
- The namespace
- typeName String
- The type name
- memberName String
- The member
BooleanTrue if merged without conflict or false if the merged member conflicted with an existing
entry. The existing entry will take precedence.
Entries added by this method are exclusions based on namespace comment or <exclude/>
tag exclusions.