FileServerAction Enum
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9448)
Specifies the action to be performed. Used by PathAccessAuthorizationEventArgs.
Syntax
public enum FileServerAction
Fields
| Name | Description |
|---|---|
| CreateDirectory | Directory is to be created. |
| DeleteDirectory | Directory is to be deleted. |
| DeleteFile | File is to be deleted. |
| GetItemInfo | Information about a file or directory is about to be retrieved. |
| OpenDirectory | Directory is to be opened. |
| OpenFile | File is to be opened. |
| SetItemInfo | Information about a file or directory is about to be updated. |