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
providerIBasePathProviderThe base path provider
FolderPath(string, IBasePathProvider)
Constructor. Assign the specified path.
public FolderPath(string path, IBasePathProvider provider)
Parameters
pathstringA relative or absolute path.
providerIBasePathProviderThe 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
pathstringA relative or absolute path.
isFixedboolTrue to treat the path as fixed, false to treat it as a relative path.
providerIBasePathProviderThe base path provider