TopicSource Constructor

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

Definition

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