TopicModel.Id Property
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the qualified identifier of the topic.
public string Id { get; }Property Value
- string
- The qualified identifier of the topic, which identifies the topic uniquely within the documentation context.
Remarks
The identifier is used for cross-referencing topics within the documentation. It is a combination of the parent topic's identifier and the source topic's identifier, ensuring uniqueness across the documentation context.
