TocEntryCollectionFind(String) Method

Find a TOC entry with the same source filename

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public TocEntry Find(
	string sourceFilename
)

Parameters

sourceFilename  String
The source filename to match

Return Value

TocEntry
The match TOC entry or null if not found

See Also