ApiFilterCollection.MergeExclusionEntry Method
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This is used to merge an exclusion entry with the filter collection
public bool MergeExclusionEntry(ApiEntryType entryType, string fullName)
Parameters
entryTypeApiEntryTypeThe entry type
fullNamestringThe member's full name
Returns
- bool
True if merged without conflict or false if the merged member conflicted with an existing entry. The existing entry will take precedence.