DocumentationExportOptions
Options for the opt-in documentation export ambient command.
- Kind:
Class - Namespace: Repl.Documentation
- Assembly:
Repl.Core - Source: src/Repl.Core/Documentation/DocumentationExportOptions.cs
Signature
Section titled “Signature”public sealed class DocumentationExportOptionsInheritance
Section titled “Inheritance”Properties
Section titled “Properties”CommandRoute
Section titled “CommandRoute”Gets or sets the command route used for documentation export.
public string CommandRoute { get; set; }Returns
Section titled “Returns”HiddenByDefault
Section titled “HiddenByDefault”Gets or sets a value indicating whether the command is hidden by default.
public bool HiddenByDefault { get; set; }