Api Filter CollectionAdd Namespace Child Method
Add a new type entry to this namespace collection
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if merged without conflict or false if the merged member conflicted with an existing entry. The existing entry will take precedence.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool AddNamespaceChild(
string fullName,
string nameSpace,
string typeName,
string memberName
)VB
Public Function AddNamespaceChild (
fullName As String,
nameSpace As String,
typeName As String,
memberName As String
) As BooleanC++
public:
bool AddNamespaceChild(
String^ fullName,
String^ nameSpace,
String^ typeName,
String^ memberName
)F#
member AddNamespaceChild :
fullName : string *
nameSpace : string *
typeName : string *
memberName : string -> bool Parameters
- fullName String
- The full name of the entry
- nameSpace String
- The namespace
- typeName String
- The type name
- memberName String
- The member
Return Value
BooleanTrue 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.