NDoc 1.3.1 SDK

FolderPath Constructor

Initializes a new instance of the FolderPath class.

Overload List

Initializes a new instance of the FolderPath class.

[Visual Basic] Public Sub New()
[C#] public FolderPath();
[C++] public: FolderPath();
[JScript] public function FolderPath();

Initializes a new instance of the FolderPath class from an existing FilePath instance.

[Visual Basic] Public Sub New(ByVal FolderPath)
[C#] public FolderPath(FolderPath);
[C++] public: FolderPath(FolderPath*);
[JScript] public function FolderPath(FolderPath);

Initializes a new instance of the FolderPath class from a given path string.

[Visual Basic] Public Sub New(ByVal String)
[C#] public FolderPath(string);
[C++] public: FolderPath(String*);
[JScript] public function FolderPath(String);

See Also

FolderPath Class | NDoc.Core Namespace