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.
Namespace: Sandcastle.Core.MarkdownAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public bool UseFilenamesForUniqueIds { get; set; }
Public Property UseFilenamesForUniqueIds As Boolean
Get
Set
public:
property bool UseFilenamesForUniqueIds {
bool get ();
void set (bool value);
}
member UseFilenamesForUniqueIds : bool with get, set
Property Value
Boolean 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.