Web.WebFileDispatcher.TWebDirectoryItem.DirectoryAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DirectoryAction: TWebDirectoryAction read FDirectoryAction write FDirectoryAction;

C++

__property TWebDirectoryAction DirectoryAction = {read=FDirectoryAction, write=FDirectoryAction, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TWebDirectoryItem

Description

Specifies one of the possible actions to perform on a web directory.

The DirectoryAction property specifies one of the possible actions (dirInclude or dirExclude) to perform on a web directory.

See Also