TocEntryUniqueId Property
This is used to get or set a unique ID to work around a legacy additional content support issue
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public Guid UniqueId { get; set; }
Public Property UniqueId As Guid
Get
Set
public:
property Guid UniqueId {
Guid get ();
void set (Guid value);
}
member UniqueId : Guid with get, set
Property 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.