ConvertibleTopic Constructor

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

Definition

Initializes a new instance of the ConvertibleTopic class.
protected ConvertibleTopic(string id)

Parameters

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

Exceptions

ArgumentException
Thrown when id is null, whitespace, or contains invalid characters.