Click or drag to resize

NetworkShareAccessorAccess Method (String, String, String, String)

Creates a NetworkShareAccessor for the given computer name using the given domain/computer name, username and password

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,
	string domainOrComuterName,
	string userName,
	string password
)

Parameters

remoteComputerName
Type: SystemString

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

domainOrComuterName
Type: SystemString

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

userName
Type: SystemString

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

password
Type: SystemString

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

Return Value

Type: NetworkShareAccessor

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

See Also