DevOpsWikiStrategy.GetTopicPath Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the relative documentation path for the specified topic.
protected virtual string GetTopicPath(ITopic topic)Parameters
topicITopic- The topic for which to retrieve the path.
Returns
- string
- The relative documentation path for the specified topic.
Exceptions
- ArgumentNullException
- Thrown when
topicisnull.
