ApiFilterCollectionMergeExclusionEntry Method
This is used to merge an exclusion entry with the filter collection
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public bool MergeExclusionEntry(
ApiEntryType entryType,
string fullName
)
Public Function MergeExclusionEntry (
entryType As ApiEntryType,
fullName As String
) As Boolean
public:
bool MergeExclusionEntry(
ApiEntryType entryType,
String^ fullName
)
member MergeExclusionEntry :
entryType : ApiEntryType *
fullName : string -> bool
- entryType ApiEntryType
- The entry type
- fullName String
- The member's full name
BooleanTrue if merged without conflict or false if the merged member conflicted with an existing
entry. The existing entry will take precedence.