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

topicId string
The identifier of the topic to remove from the pinned topics.

Returns

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

Exceptions

ArgumentException
Thrown when topicId is null or empty.