Web.WebFileDispatcher.TWebDirectoryAction
Delphi
TWebDirectoryAction = (dirInclude, dirExclude);
C++
enum DECLSPEC_DENUM TWebDirectoryAction : unsigned char { dirInclude, dirExclude };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Web.WebFileDispatcher.pas Web.WebFileDispatcher.hpp |
Web.WebFileDispatcher | Web.WebFileDispatcher |
Description
Identifies the action to perform on a web directory.
TWebDirectoryAction defines the action to perform on a web directory. A variable of type TWebDirectoryAction can have one of the following values:
Value | Meaning |
---|---|
dirInclude |
Include the web directory. |
dirExclude |
Exclude the web directory. |