TopicCollection.SplitTocAtTopic Property

HTML to MAML Converter

TopicCollectionSplitTocAtTopic Property
This is used to get the topic at which the table of content is split by the API content.

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public Topic SplitTocAtTopic { get; }
Public ReadOnly Property SplitTocAtTopic As Topic
	Get
public:
property Topic^ SplitTocAtTopic {
	Topic^ get ();
}
member SplitTocAtTopic : Topic with get

Property Value

Type: Topic
This will only be valid if it refers to a root level topic. It will return null if a split location has not been set at the root level.
See Also