Back to product page

CreateFolderBrowserPage method


Creates folder listing that can be presented to the user.

Type

Void

Syntax

  • C#
  • VB.NET
Void CreateFolderBrowserPage(String Dir);
The CreateFolderBrowserPage(Dir) syntax has these parts:
DirFull path to a directory on the server.

Sub CreateFolderBrowserPage(ByVal Dir As String)
The CreateFolderBrowserPage(Dir) syntax has these parts:
DirFull path to a directory on the server.

Remarks

This method will generate page containing directory listing of specified folder, and send it to the user. This is generic page with simple folder and file names that user can click to download file, or change the directory.

If AllowBrowsing property is set to True, these pages are auto generated.

Platforms

Windows