TocEntryCollectionFind(String) Method
Find a TOC entry with the same source filename
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public TocEntry Find(
string sourceFilename
)
Public Function Find (
sourceFilename As String
) As TocEntry
public:
TocEntry^ Find(
String^ sourceFilename
)
member Find :
sourceFilename : string -> TocEntry
- sourceFilename String
- The source filename to match
TocEntryThe match TOC entry or null if not found