HtmlAddressingOptions.RemovePinnedTopic Method
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Removes a topic from the collection of pinned topics.
public bool RemovePinnedTopic(string topicId)Parameters
topicIdstring- The identifier of the topic to remove from the pinned topics.
Returns
Exceptions
- ArgumentException
- Thrown when
topicIdisnullor empty.
