ITopic.Id Property

Namespace
Kampute.DocToolkit.Topics
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the unique identifier of the topic among its siblings.
string Id { get; }

Property Value

string
The unique identifier of the topic among its siblings, typically used for URLs or filenames.

Remarks

The ITopic.Id is used to identify a topic among its siblings (topics with the same parent). This identifier is often used as the name of the topic's file or the last segment of its URL path. Therefore, it should be unique within the context of its parent topic and should not contain any special characters that would interfere with URL or file naming conventions.
The identifier of topics are case-insensitive, meaning that two topics with identifiers differing only in case will be treated as the same topic within the same parent.