ShellBrowser .Net Edition
ConnectToServer Method (aUNCPath)
NamespacesJam.ShellShellBrowserConnectToServer(String)
Connects to a remote computer.
Declaration Syntax
C#Visual BasicVisual C++
public bool ConnectToServer(
	string aUNCPath
)
Public Function ConnectToServer ( _
	aUNCPath As String _
) As Boolean
public:
bool ConnectToServer(
	String^ aUNCPath
)
Parameters
aUNCPath (String)
The network path as UNC path (like \\server\share) to that should be connected.
Return Value
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.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)