| TopicCollectionApiContentInsertionPoint Property |
This is used to get the topic at which the API table of contents is
to be inserted or parented.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public Topic ApiContentInsertionPoint { get; }
Public ReadOnly Property ApiContentInsertionPoint As Topic
Get
public:
property Topic^ ApiContentInsertionPoint {
Topic^ get ();
}
member ApiContentInsertionPoint : Topic with get
Property Value
Type:
TopicThis will return null if no parent location has been set
See Also