Topic Class

HTML to MAML Converter

Topic Class
This represents a topic file
Inheritance Hierarchy
SystemObject  HtmlToMamlConversionTopic

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public class Topic
Public Class Topic
public ref class Topic
type Topic =  class end

The Topic type exposes the following members.

Constructors
  NameDescription
Public methodTopic
Constructor
Top
Properties
  NameDescription
Public propertyBody
Get or set the topic's body
Public propertyHelpAttributes
Get the help attributes collection
Public propertyHelpKeywords
Get the help keywords collection
Public propertyId
This returns the topic's unique ID
Public propertyIsDefaultTopic
This returns the default topic flag if found in the topic
Public propertyRevisionNumber
Get or set the topic's revision number
Public propertySortOrder
This returns the sort order value if found in the topic
Public propertySourceFile
This is used to get the source HTML filename
Public propertySplitToc
This returns the split TOC flag if found in the topic
Public propertySubtopics
This is used to get the collection of sub-topics, if any
Public propertyTitle
Get or set the topic's title
Public propertyTocExclude
This returns the TOC exclude flag if found in the topic
Public propertyTopicAbstract
Get or set the topic's abstract
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParseFile
Parse the topic and its sub-topic files to extract the information for conversion
Public methodToString
Convert to string for debugging purposes
(Overrides ObjectToString.)
Top
See Also