TocEntryCollectionItem(String) Property
This can be used to get a topic by its unique ID (case-insensitive)
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public TocEntry this[
string id
] { get; }
Public ReadOnly Default Property Item (
id As String
) As TocEntry
Get
public:
property TocEntry^ default[String^ id] {
TocEntry^ get (String^ id);
}
member Item : TocEntry with get
- id String
- The ID of the item to get.
TocEntryReturns the topic with the specified
Id or null if not found