| TopicCollectionItem Property (String) |
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: 2014.11.22.0
Syntax 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
Parameters
- id
- Type: SystemString
The ID of the item to get.
Property Value
Type:
TopicReturns the topic with the specified
Id or null if not found.
See Also