Toc EntryUnique Id Property
This is used to get or set a unique ID to work around a legacy additional content support issue
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The site map editor assigns each topic its own unique ID to work around object equality issues caused by legacy support for file system based additional content.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public Guid UniqueId { get; set; }VB
Public Property UniqueId As Guid
Get
SetC++
public:
property Guid UniqueId {
Guid get ();
void set (Guid value);
}F#
member UniqueId : Guid with get, setProperty Value
GuidThe site map editor assigns each topic its own unique ID to work around object equality issues caused by legacy support for file system based additional content.