Toc Entry CollectionFind(String) Method
Find a TOC entry with the same source filename
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The match TOC entry or null if not found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public TocEntry Find(
string sourceFilename
)VB
Public Function Find (
sourceFilename As String
) As TocEntryC++
public:
TocEntry^ Find(
String^ sourceFilename
)F#
member Find :
sourceFilename : string -> TocEntry Parameters
- sourceFilename String
- The source filename to match
Return Value
TocEntryThe match TOC entry or null if not found