Table of Contents

TocEntryCollection.this Property

Definition

Namespace
Sandcastle.Core.ConceptualContent
Assembly
Sandcastle.Core.dll

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

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