DocFxTocItem

Represents a table of contents item in DocFX metadata.

Syntax

public class DocFxTocItem

Inheritance

Properties

Href

public string Href { get; set; }
Gets or sets the href for navigation.

Returns

string

Items

public List<DocFxTocItem> Items { get; set; }
Gets or sets the child items in the table of contents.

Returns

List<DocFxTocItem>

Name

public string Name { get; set; }
Gets or sets the name to display in the table of contents.

Returns

string

Uid

public string Uid { get; set; }
Gets or sets the UID of the referenced item.

Returns

string