TocEntryCollectionFind(String) Method

Find a TOC entry with the same source filename

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.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