ApiFilterCollectionMergeExclusionEntry Method

This is used to merge an exclusion entry with the filter collection

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool MergeExclusionEntry(
	ApiEntryType entryType,
	string fullName
)

Parameters

entryType  ApiEntryType
The entry type
fullName  String
The member's full name

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.

See Also