TocEntryContainsMatch Method

See if this entry or one of its children is a match to the specified source filename

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public TocEntry ContainsMatch(
	string sourceFilename
)

Parameters

sourceFilename  String
The source filename to match

Return Value

TocEntry
The match TOC entry or null if not found

See Also