DocFxPageItem

Represents a page item in DocFX metadata, typically containing multiple API items.

Syntax

public class DocFxPageItem

Inheritance

Properties

Items

public List<DocFxApiItem> Items { get; set; }
Gets or sets the list of API items in this page.

Returns

List<DocFxApiItem>

References

public List<DocFxReference> References { get; set; }
Gets or sets the list of references used by the API items.

Returns

List<DocFxReference>

Remarks

This class represents the structure of YAML files generated by DocFX, which contain one or more API items and their references.