Table of Contents

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

entryType ApiEntryType

The entry type

fullName string

The 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.