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