Click or drag to resize
Sandcastle Help File BuilderApiFilterCollectionMergeEntry Method
This is used to merge an entry with the filter collection

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool MergeEntry(
	ApiEntryType entryType,
	string fullName,
	bool isExposed,
	bool isProjectExclude
)

Parameters

entryType
Type: SandcastleBuilder.UtilsApiEntryType
The entry type
fullName
Type: SystemString
The member's full name
isExposed
Type: SystemBoolean
True to expose it, false to remove it
isProjectExclude
Type: SystemBoolean
True if this is a project exclude (currently this will always be true).

Return Value

Type: Boolean
True if merged without conflict or false if the merged member conflicted with an existing entry. The existing entry will take precedence.
See Also