IMutableTopic.RemoveSubtopic Method

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

Definition

Removes a subtopic from the current topic.
bool RemoveSubtopic(IMutableTopic subtopic)

Parameters

subtopic IMutableTopic
The subtopic to remove.

Returns

bool
true if the subtopic was successfully removed; otherwise, false if the subtopic was not found.