NDoc 1.3.1 SDK

FolderPath Constructor (FolderPath)

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

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

Parameters

path
An existing FolderPath.

See Also

FolderPath Class | NDoc.Core Namespace | FolderPath Constructor Overload List