Themed 2026 Presentation Style Preview

MamlToMarkdownTopicConverter 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: 2025.12.18.0
public class MamlToMarkdownTopicConverter
Inheritance
Object    MamlToMarkdownTopicConverter

Constructors

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
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also