DynamicTopic Constructor

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

Definition

Initializes a new instance of the DynamicTopic class.
protected DynamicTopic(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.