Class BuildContent

Namespace
DocFxHelper
Assembly
DocBuilder.dll

Provides structure for various collections in docfx.json

public class BuildContent
Inheritance
BuildContent
Inherited Members

Properties

exclude

Files to exclude

public List<string> exclude { get; set; }

Property Value

List<string>

files

Files to use

public List<string> files { get; set; }

Property Value

List<string>