Maml To Markdown Topic ConverterUse Filenames For Unique Ids 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool UseFilenamesForUniqueIds { get; set; }VB
Public Property UseFilenamesForUniqueIds As Boolean
Get
SetC++
public:
property bool UseFilenamesForUniqueIds {
bool get ();
void set (bool value);
}F#
member UseFilenamesForUniqueIds : bool with get, setProperty Value
BooleanRemarks
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.