This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AsciiDoctorJ.
Summary
Add a single File to
InputFiles
.
- Assembly
- Cake
.AsciiDoctorJ .dll - Namespace
- Cake
.AsciiDoctorJ - Containing Type
- Ascii
Doctor J Runner Settings Extensions
Syntax
public static AsciiDoctorJRunnerSettings WithInputFile(this AsciiDoctorJRunnerSettings this, FilePath file)
Parameters
Name | Type | Description |
---|---|---|
this | Ascii |
The AsciiDoctorJRunnerSettings that extended by this. |
file | FilePath | The file to add to InputFiles . |
Return Value
Type | Description |
---|---|
Ascii |
The reference to the AsciiDoctorJRunnerSettings . |