IApiTocGenerator Interface

This interface is used to implement a table of contents generator for API content

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public interface IApiTocGenerator

Properties

ListTopicOrder This is used to get or set the list topic order in the table of contents

Methods

GenerateApiTocFile This is used to generate a table of contents file for API content

See Also