Themed 2026 Presentation Style Preview

MamlToMarkdownTopicConverterUseFilenamesForUniqueIds Property

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.

Definition

Namespace: Sandcastle.Core.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public bool UseFilenamesForUniqueIds { get; set; }

Property Value

Boolean

Remarks

If true, the default, the filenames will be used and the existing topic IDs will be stored as an alternate topic ID in the converted files. If false, the existing topics IDs will be retained and the filename will be stored as the alternate topic ID. The filenames will have the extension removed and any spaces will be converted to dashes.

See Also