TocEntryContainsMatch Method
See if this entry or one of its children is a match to the specified source filename
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public TocEntry ContainsMatch(
string sourceFilename
)
Public Function ContainsMatch (
sourceFilename As String
) As TocEntry
public:
TocEntry^ ContainsMatch(
String^ sourceFilename
)
member ContainsMatch :
sourceFilename : string -> TocEntry
- sourceFilename String
- The source filename to match
TocEntryThe match TOC entry or null if not found