Enum SymbolIncludeState | docfx (original) (raw)

Namespace

Docfx.Dotnet

Assembly

Docfx.Dotnet.dll

Return state of the Docfx.Dotnet.DotnetApiOptions.IncludeApi and Docfx.Dotnet.DotnetApiOptions.IncludeAttribute callbacks.

public enum SymbolIncludeState

Fields

Default = 0

Determines whether to include or not using the default configuration.

Exclude = 2

Ignores default rules and exclude the symbol from the API catalog.

Include = 1

Ignore default rules and include the symbol in the API catalog.