AsciiDoctorJRunnerSettingsExtensions.

WithLoadPaths(AsciiDoctorJRunnerSettings, IEnumerable<DirectoryPath>) Method

Summary

Adds multiple paths to LoadPath.

Syntax

public static AsciiDoctorJRunnerSettings WithLoadPaths(this AsciiDoctorJRunnerSettings this, IEnumerable<DirectoryPath> paths)

Parameters

Name Type Description
this AsciiDoctorJRunnerSettings The AsciiDoctorJRunnerSettings that extended by this.
paths IEnumerable<DirectoryPath> The list of directories to add to LoadPath.

Return Value

Type Description
AsciiDoctorJRunnerSettings The reference to the AsciiDoctorJRunnerSettings.