Markdown File Class
This class is used to parse metadata from a Markdown file
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 MarkdownFileVB
Public Class MarkdownFileC++
public ref class MarkdownFileF#
type MarkdownFile = class end- Inheritance
- Object MarkdownFile
Constructors
| MarkdownFile | Constructor |
Properties
| AlternateId | This is used to get or set the alternate ID |
| Filename | This read-only property is used to get the filename |
| Keywords | This is used to get a list of the topic keywords |
| LinkText | This is used to get or set the link text |
| Summary | This is used to get or set the summary text |
| Title | This is used to get or set the title |
| TocTitle | This is used to get or set the table of contents title |
| UniqueId | This is used to get or set the unique ID |
Methods
| 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) |
| GenerateIdFromTitle | This is used to generate a content ID from a title |
| 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) |