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
providerIBasePathProviderThe base path provider
FilePath(string, IBasePathProvider)
Constructor. Assign the specified path.
public FilePath(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.
FilePath(string, bool, IBasePathProvider)
Constructor. Assign the specified path and fixed setting.
public FilePath(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