Click or drag to resize
Sandcastle Help File BuilderApiFilterCollectionAddNamespaceChild Method
Add a new type entry to this namespace collection

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool AddNamespaceChild(
	string fullName,
	string nameSpace,
	string typeName,
	string memberName
)

Parameters

fullName
Type: SystemString
The full name of the entry
nameSpace
Type: SystemString
The namespace
typeName
Type: SystemString
The type name
memberName
Type: SystemString
The member

Return Value

Type: Boolean
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.
See Also