Click or drag to resize
Sandcastle Help File BuilderTopicCollectionItem 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 Topic this[
	string id
] { get; }

Parameters

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

Property Value

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