DevOpsWikiOptions.ApiTopicId Property
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets or sets the identifier of the topic that should serve as the introduction or overview of the API references.
public string ApiTopicId { get; set; }Property Value
- string
- The identifier of the topic that should serve as the introduction or overview of the API references.
Remarks
When this property is not empty and there is a topic with the specified identifier, that topic will be used as the API topic of the documentation and all API references will be placed under it.
