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

type IType
The reflection metadata of the type.

Returns

string
The relative documentation path for the specified type.

Exceptions

ArgumentNullException
Thrown when type is null.