Click or drag to resize

NetworkShareAccessorAccess Method (String)

Creates a NetworkShareAccessor for the given computer name. The user will be promted to enter credentials

Namespace:  Koden.Utils.IO
Assembly:  Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntax
public static NetworkShareAccessor Access(
	string remoteComputerName
)

Parameters

remoteComputerName
Type: SystemString

[Missing <param name="remoteComputerName"/> documentation for "M:Koden.Utils.IO.NetworkShareAccessor.Access(System.String)"]

Return Value

Type: NetworkShareAccessor

[Missing <returns> documentation for "M:Koden.Utils.IO.NetworkShareAccessor.Access(System.String)"]

See Also