Summary
Adds multiple paths to
LoadPath
.
- Namespace
- Cake
.AsciiDoctorJ - Containing Type
- Ascii
Doctor J Runner Settings Extensions
Syntax
public static AsciiDoctorJRunnerSettings WithLoadPaths(this AsciiDoctorJRunnerSettings this, IEnumerable<DirectoryPath> paths)
Parameters
Name | Type | Description |
---|---|---|
this | Ascii |
The AsciiDoctorJRunnerSettings that extended by this. |
paths | IEnumerable |
The list of directories to add to LoadPath . |
Return Value
Type | Description |
---|---|
Ascii |
The reference to the AsciiDoctorJRunnerSettings . |