HTML to MAML Converter
| FolderPath Constructor |
There are three overloads for the constructor.
Overload List
| Name | Description | |
|---|---|---|
|
FolderPath(IBasePathProvider) |
Default constructor. The folder path is undefined.
|
|
FolderPath(String, IBasePathProvider) |
Constructor. Assign the specified path.
|
|
FolderPath(String, Boolean, IBasePathProvider) |
Constructor. Assign the specified path and fixed setting.
|
See Also