IMutableTopic Interface
- Namespace
- Kampute.DocToolkit.Topics
- Assembly
- Kampute.DocToolkit.dll
Definition
Defines a contract for a mutable documentation topic that allows modification of the topic title and hierarchical relationships.
public interface IMutableTopic : ITopic- Extends
- Implemented by
Remarks
The IMutableTopic interface extends the ITopic interface by providing properties and methods to allow modification of the topic's title and its parent-child relationships.
Properties
| ParentTopic | Gets or sets the parent topic for the current topic. |
| Title | Gets or sets the title of the topic. |
Methods
| AddSubtopic(IMutableTopic) | Adds a subtopic to the current topic. |
| RemoveSubtopic(IMutableTopic) | Removes a subtopic from the current topic. |
