Change the directory browsing value for a virtual directory.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Sub SetDirectoryBrowsing ( _
	dirName As String, _
	enabled As Boolean _
)
C#
public static void SetDirectoryBrowsing(
	string dirName,
	bool enabled
)

Parameters

dirName
Type: System..::..String
enabled
Type: System..::..Boolean

See Also