Topic.IsDefaultTopic Property

HTML to MAML Converter

TopicIsDefaultTopic Property
This returns the default topic flag if found in the topic

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

Property Value

Type: Boolean
See Also