'Declaration
Public Function New( _ ByVal parentPosition As FileSystemNodeTreePosition, _ ByVal browseException As Exception, _ ByVal fileProvider As IFileProvider, _ ByVal fileInfo As IFileInfo, _ ByVal fullPath As String _ )
'Usage
Dim parentPosition As FileSystemNodeTreePosition Dim browseException As Exception Dim fileProvider As IFileProvider Dim fileInfo As IFileInfo Dim fullPath As String Dim instance As New FileSystemNodeTreePosition(parentPosition, browseException, fileProvider, fileInfo, fullPath)
public FileSystemNodeTreePosition( FileSystemNodeTreePosition parentPosition, Exception browseException, IFileProvider fileProvider, IFileInfo fileInfo, string fullPath )
public: FileSystemNodeTreePosition( FileSystemNodeTreePosition^ parentPosition, Exception^ browseException, IFileProvider^ fileProvider, IFileInfo^ fileInfo, String^ fullPath )
Parameters
- parentPosition
- The parent object in the tree.
- browseException
- The exception encountered during browsing.
- fileProvider
- The file provider that the tree position will represent.
- fileInfo
- The file info that the tree position will represent.
- fullPath
- The full path to the file or directory, including the file or directory name.