Maml To Markdown Topic Converter Class
This class is used to convert MAML topic files and their content layout file entries to Markdown topics
Definition
Namespace: Sandcastle.Core.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public class MamlToMarkdownTopicConverterVB
Public Class MamlToMarkdownTopicConverterC++
public ref class MamlToMarkdownTopicConverterF#
type MamlToMarkdownTopicConverter = class end- Inheritance
- Object MamlToMarkdownTopicConverter
Constructors
| MamlToMarkdownTopicConverter | Constructor |
Properties
| UseFilenamesForUniqueIds | This is used to get or set whether or not to use the filenames for the topic unique IDs rather than the existing topic IDs which are usually GUIDs. |
Methods
| ConvertTopic | Convert the topic to Markdown format |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |