FolderPath(String, Boolean, IBasePathProvider) Constructor

Constructor. Assign the specified path and fixed setting.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public FolderPath(
	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