Allows requested operations if they match the specified operations. Otherwise denies them.

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

Syntax

Visual Basic
Public Sub Allow ( _
	operation As FileSystemOperation _
)
C#
public void Allow(
	FileSystemOperation operation
)

Parameters

operation
Type: Rebex.Net.Servers..::..FileSystemOperation
Operations to allow.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also