Topic 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 Topic ApiContentInsertionPoint { get; }VB
Public ReadOnly Property ApiContentInsertionPoint As Topic
GetC++
public:
property Topic^ ApiContentInsertionPoint {
Topic^ get ();
}F#
member ApiContentInsertionPoint : Topic with getProperty Value
TopicThis will return null if no parent location has been set