| FolderPath Constructor (String, Boolean, IBasePathProvider) |
Constructor. Assign the specified path and fixed setting.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
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