FilePath(String, Boolean, IBasePathProvider) Constructor

Constructor. Assign the specified path and fixed setting.

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public FilePath(
	string path,
	bool isFixed,
	IBasePathProvider provider
)

Parameters

path  String
A relative or absolute path.
isFixed  Boolean
True to treat the path as fixed, false to treat it as a relative path.
provider  IBasePathProvider
The base path provider

See Also