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