All pages
Powered by GitBook
1 of 1

Loading...

FileDialogRootCollection

Wisej.Web.FileDialogRootCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Represent a collection of the IFileSystemProvider root file systems shown by the FileDialog implementation.

public class FileDialogRootCollection : List<>
Public Class FileDialogRootCollection
    Inherits List(Of )

Methods

MapPath(filePath)

Maps the virtual path to the corresponding physical path on the specific implementation.

Parameter
Type
Description

Returns: . The physical path for the implementation.

filePath

String

Virtual path to map to the corresponding physical path.

IFileSystemProvider
String
IFileSystemProvider