Table of Contents

TopicCollection.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 Topic this[string id] { get; }

Parameters

id string

The ID of the item to get

Property Value

Topic

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