TopicModel.CreateSubtopic Method
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Creates a subtopic from the specified source topic.
protected virtual TopicModel CreateSubtopic(ITopic source)Parameters
sourceITopic- The source topic from which to create the subtopic.
Returns
- TopicModel
- A new TopicModel instance representing the subtopic.
