| 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: 2014.11.22.0
Syntax 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
Type:
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.
See Also