Topic CollectionItem(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: 2026.1.20.0
Returns the topic with the specified Id or null if not found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public Topic this[
string id
] { get; }VB
Public ReadOnly Default Property Item (
id As String
) As Topic
GetC++
public:
property Topic^ default[String^ id] {
Topic^ get (String^ id);
}F#
member Item : Topic with getParameters
- id String
- The ID of the item to get
Property Value
TopicReturns the topic with the specified Id or null if not found