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

ns string
The namespace name.

Returns

string
The relative documentation path for the specified namespace.

Exceptions

ArgumentException
Thrown when ns is null or empty.