IFileBasedTopic Interface

Namespace
Kampute.DocToolkit.Topics
Assembly
  • Kampute.DocToolkit.dll

Definition

Defines a contract for a documentation topic that is based on a file system resource.
public interface IFileBasedTopic
Implemented by

Remarks

The IFileBasedTopic interface represents a topic that is stored in a file, such as a Markdown or HTML file.

Properties

FilePathGets the file path to the file that contains the topic content.