TopicModel.TryGetDocumentationFile Method

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

Attempts to get the relative file path of the documentation file for the topic.
public bool TryGetDocumentationFile([NotNullWhen(true)] out string relativePath)

Parameters

relativePath string
When this method returns, contains the relative file path of the documentation file if applicable; otherwise, null.

Returns

bool
true if a documentation file is applicable; otherwise, false.