Table of Contents

FilePath.FilePath Constructor

Definition

Namespace
Sandcastle.Core
Assembly
Sandcastle.Core.dll

FilePath(IBasePathProvider)

Default constructor. The file path is undefined.

public FilePath(IBasePathProvider provider)

Parameters

provider IBasePathProvider

The base path provider

FilePath(string, IBasePathProvider)

Constructor. Assign the specified path.

public FilePath(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.

FilePath(string, bool, IBasePathProvider)

Constructor. Assign the specified path and fixed setting.

public FilePath(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