ApiFilterCollectionAddTypeChild Method

Add a new member entry to this type collection

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool AddTypeChild(
	string fullName,
	string typeName,
	string memberName
)

Parameters

fullName  String
The full name of the entry
typeName  String
The type name
memberName  String
The member

Return Value

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