Denies requested operations if they match the specified operations. Otherwise allows them.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public Sub Deny ( _ operation As FileSystemOperation _ ) |
| C# |
|---|
public void Deny( FileSystemOperation operation ) |
Parameters
- operation
- Type: Rebex.Net.Servers..::..FileSystemOperation
Operations to allow.