Topic.TocExclude Property

HTML to MAML Converter

TopicTocExclude Property
This returns the TOC exclude flag if found in the topic

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

Property Value

Type: Boolean
See Also