TopicCollectionSplitTocAtTopic Property

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

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public Topic SplitTocAtTopic { get; }

Property Value

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