TopicCollectionItem(String) Property

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

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
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

See Also