ApiFilterCollectionMergeExclusionEntry Method
This is used to merge an exclusion entry with the filter collection
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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.