DevOpsWikiStrategy.GetTypePath Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the relative documentation path for the specified type.
protected virtual string GetTypePath(IType type)Parameters
typeIType- The reflection metadata of the type.
Returns
- string
- The relative documentation path for the specified type.
Exceptions
- ArgumentNullException
- Thrown when
typeisnull.
