NamespaceModel.TryGetDocumentationFile Method
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to get the relative path of the documentation file for the namespace.
public bool TryGetDocumentationFile([NotNullWhen(true)] out string relativePath)Parameters
relativePathstring- When this method returns, contains the relative path of the documentation file if applicable; otherwise,
null.
