FolderPath Constructor

HTML to MAML Converter

FolderPath Constructor
There are three overloads for the constructor.
Overload List
  Name Description
Public method FolderPath(IBasePathProvider)
Default constructor. The folder path is undefined.
Public method FolderPath(String, IBasePathProvider)
Constructor. Assign the specified path.
Public method FolderPath(String, Boolean, IBasePathProvider)
Constructor. Assign the specified path and fixed setting.
Top
See Also