DocFxMetadata

Represents the complete DocFX metadata structure.

Syntax

public class DocFxMetadata

Inheritance

Properties

Items

public Dictionary<string, DocFxApiItem> Items { get; set; }
Gets or sets all API items indexed by UID.

Returns

Dictionary<string, DocFxApiItem>

References

public Dictionary<string, DocFxReference> References { get; set; }
Gets or sets all references indexed by UID.

Returns

Dictionary<string, DocFxReference>

TableOfContents

public List<DocFxTocItem> TableOfContents { get; set; }
Gets or sets the table of contents structure.

Returns

List<DocFxTocItem>