PathAccessAuthorizationEventArgs.Deny Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Deny()
Denies requested operations.
Declaration
public void Deny()
Deny(FileSystemOperation)
Denies requested operations if they match the specified operations. Otherwise allows them.
Declaration
public void Deny(FileSystemOperation operation)
Parameters
Type | Name | Description |
---|---|---|
FileSystemOperation | operation | Operations to allow. |