TopicCollection.Remove Method
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Removes a top-level topic and all its subtopics from the collection.
public bool Remove(TopicModel topLevelTopic)Parameters
topLevelTopicTopicModel- The topic to remove.
Returns
Exceptions
- ArgumentNullException
- Thrown when
topLevelTopicisnull. - ArgumentException
- Thrown when
topLevelTopicis not a top-level topic.
