Specifies the action to be performed. Used by PathAccessAuthorizationEventArgs.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Enumeration FileServerAction
C#
public enum FileServerAction

Members

Member nameDescription
Supported by the .NET Compact FrameworkOpenDirectory
Directory is to be opened.
Supported by the .NET Compact FrameworkCreateDirectory
Directory is to be created.
Supported by the .NET Compact FrameworkDeleteDirectory
Directory is to be deleted.
Supported by the .NET Compact FrameworkOpenFile
File is to be opened.
Supported by the .NET Compact FrameworkDeleteFile
File is to be deleted.
Supported by the .NET Compact FrameworkCopyFile Obsolete.
Supported by the .NET Compact FrameworkRename Obsolete.
Supported by the .NET Compact FrameworkGetItemInfo
Information about a file or directory is about to be retrieved.
Supported by the .NET Compact FrameworkSetItemInfo
Information about a file or directory is about to be updated.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also