Api Filter CollectionMerge Exclusion Entry Method
This is used to merge an exclusion entry with the filter collection
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if merged without conflict or false if the merged member conflicted with an existing entry. The existing entry will take precedence.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool MergeExclusionEntry(
ApiEntryType entryType,
string fullName
)VB
Public Function MergeExclusionEntry (
entryType As ApiEntryType,
fullName As String
) As BooleanC++
public:
bool MergeExclusionEntry(
ApiEntryType entryType,
String^ fullName
)F#
member MergeExclusionEntry :
entryType : ApiEntryType *
fullName : string -> bool Parameters
- entryType ApiEntryType
- The entry type
- fullName String
- The member's full name
Return Value
BooleanTrue if merged without conflict or false if the merged member conflicted with an existing entry. The existing entry will take precedence.