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
idstring- The unique identifier of the topic among its siblings, typically used for URLs or filenames.
Exceptions
- ArgumentException
- Thrown when
idisnull, whitespace, or contains invalid characters.
