Toc EntryAlternate Id Property
The alternate ID of the item when it represents a TOC entry from a content layout file
Definition
Namespace: Sandcastle.Core.ConceptualContent
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 string AlternateId { get; set; }VB
Public Property AlternateId As String
Get
SetC++
public:
property String^ AlternateId {
String^ get ();
void set (String^ value);
}F#
member AlternateId : string with get, set