Toc EntryContains Match 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: 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 ContainsMatch(
string sourceFilename
)VB
Public Function ContainsMatch (
sourceFilename As String
) As TocEntryC++
public:
TocEntry^ ContainsMatch(
String^ sourceFilename
)F#
member ContainsMatch :
sourceFilename : string -> TocEntry Parameters
- sourceFilename String
- The source filename to match
Return Value
TocEntryThe match TOC entry or null if not found