
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
AllowBrowsing property
Determines if folder browsing is allowed.
Type
BooleanSyntax
- Basic
object.AllowBrowsing [= value]
The AllowBrowsing(object,value) syntax has these parts:
The AllowBrowsing(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodWebServer |
value | A Boolean value. |
Remarks
This property specifies if wodWebServer will generate browsable list of files in a folder when client requests a valid directory, but where index.html does not exist. Clients will be able to navigate through files/folders and download them.wodWebServer does not interfere in any way in directory listing - it just provides it as HTML table to the client, generating download URLs for each of them.