FolderPath Constructor (String, Boolean, IBasePathProvider)

HTML to MAML Converter

FolderPath Constructor (String, Boolean, IBasePathProvider)
Constructor. Assign the specified path and fixed setting.

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public FolderPath(
	string path,
	bool isFixed,
	IBasePathProvider provider
)
Public Sub New ( 
	path As String,
	isFixed As Boolean,
	provider As IBasePathProvider
)
public:
FolderPath(
	String^ path, 
	bool isFixed, 
	IBasePathProvider^ provider
)
new : 
        path : string * 
        isFixed : bool * 
        provider : IBasePathProvider -> FolderPath

Parameters

path
Type: SystemString
A relative or absolute path.
isFixed
Type: SystemBoolean
True to treat the path as fixed, false to treat it as a relative path.
provider
Type: SandcastleBuilder.UtilsIBasePathProvider
The base path provider
See Also