Toc Entry CollectionApi Content Insertion Point Property
This is used to get the topic at which the API table of contents is to be inserted or parented
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This will return null if no parent location has been set
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public TocEntry ApiContentInsertionPoint { get; }VB
Public ReadOnly Property ApiContentInsertionPoint As TocEntry
GetC++
public:
property TocEntry^ ApiContentInsertionPoint {
TocEntry^ get ();
}F#
member ApiContentInsertionPoint : TocEntry with getProperty Value
TocEntryThis will return null if no parent location has been set