TopicCollectionItem(String) Property
This can be used to get a topic by its unique ID (case-insensitive)
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public Topic this[
string id
] { get; }
Public ReadOnly Default Property Item (
id As String
) As Topic
Get
public:
property Topic^ default[String^ id] {
Topic^ get (String^ id);
}
member Item : Topic with get
- id String
- The ID of the item to get
TopicReturns the topic with the specified
Id or null if not found