Click or drag to resize
Sandcastle Help File BuilderTocEntryCollectionItem Property (String)
This can be used to get a topic by its unique ID (case-insensitive)

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

Parameters

id
Type: SystemString
The ID of the item to get.

Property Value

Type: TocEntry
Returns the topic with the specified Id or null if not found.
See Also