TocEntryCollectionItem(String) Property

This can be used to get a topic by its unique ID (case-insensitive)

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public TocEntry this[
	string id
] { get; }

Parameters

id  String
The ID of the item to get.

Property Value

TocEntry
Returns the topic with the specified Id or null if not found

See Also