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
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.
