DevOpsWikiStrategy.GetNamespacePath Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the relative documentation path for the specified namespace.
protected virtual string GetNamespacePath(string ns)Parameters
nsstring- The namespace name.
Returns
- string
- The relative documentation path for the specified namespace.
Exceptions
- ArgumentException
- Thrown when
nsisnullor empty.
