| TocEntryCollectionFindDefaultTopic Method |
This is used to locate the default topic if one exists
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public TocEntry FindDefaultTopic()
Public Function FindDefaultTopic As TocEntry
public:
TocEntry^ FindDefaultTopic()
member FindDefaultTopic : unit -> TocEntry
Return Value
Type:
TocEntryThe default topic if found or null if not found
Remarks The first entry found is returned. Nodes are searched
recursively.
See Also