Method AddToProjSrcFiles
AddToProjSrcFiles(string, string)
Add a file to the sources for the metadata in the config maps to "metadata.src.files"[] in docfx.json
Declaration
public void AddToProjSrcFiles(string filePath, string rootFolder = "")
Parameters
| Type | Name | Description |
|---|---|---|
| string | filePath | file to add (can use glob syntax) |
| string | rootFolder | optional root folder to be prepended to all src files |