Table of Contents

FolderPath.FolderPath Constructor

Definition

Namespace
Sandcastle.Core
Assembly
Sandcastle.Core.dll

FolderPath(IBasePathProvider)

Default constructor. The folder path is undefined.

public FolderPath(IBasePathProvider provider)

Parameters

provider IBasePathProvider

The base path provider

FolderPath(string, IBasePathProvider)

Constructor. Assign the specified path.

public FolderPath(string path, IBasePathProvider provider)

Parameters

path string

A relative or absolute path.

provider IBasePathProvider

The base path provider

Remarks

Unless IsFixedPath is set to true, the path is always treated as a relative path.

FolderPath(string, bool, IBasePathProvider)

Constructor. Assign the specified path and fixed setting.

public FolderPath(string path, bool isFixed, IBasePathProvider provider)

Parameters

path string

A relative or absolute path.

isFixed bool

True to treat the path as fixed, false to treat it as a relative path.

provider IBasePathProvider

The base path provider