Hevea documentation

Explorer Constructor (HttpClientRequest, HttpServerResponse, String, Boolean, Boolean, Boolean, String, Boolean, Boolean)

Constructor.

public Explorer(
   HttpClientRequest request,
   HttpServerResponse response,
   string basePath,
   bool restrictToPath,
   bool allowSubPath,
   bool restrictToPathDrive,
   string restrictToFileFilter,
   bool allowFileUpload,
   bool allowFileDelete
);

Parameters

request
client request
response
client response
basePath
base path for exploration
restrictToPath
true if the user should be restricted to the default path
allowSubPath
true if the user should be allowed to explore sub path of the default path
restrictToPathDrive
set to false if the user should be allowed to explorer other drives than the default one
restrictToFileFilter
file filter that the user is restricted to
allowFileUpload
set to true if the user should be allowed to upload files
allowFileDelete
set to true if the user should be allowed to delete files

See Also

Explorer Class | Hevea.Core.Http.Applications Namespace | Explorer Constructor Overload List