Click or drag to resize

ShellBrowserConnectToServer Method

Connects to a remote computer.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool ConnectToServer(
	string aUNCPath
)

Parameters

aUNCPath
Type: SystemString
The network path as UNC path (like \\server\share) to that should be connected.

Return Value

Type: Boolean
true if the connection was successful; false otherwise.
Remarks
If the current user is not already authenticated on the remote computer, a login dialog will be prompted by the operating system. Otherwise just true will be returned.
See Also