Click or drag to resize

ExportDestination(String, Boolean, String, String, String) Constructor

Constructs a new ExportDestination given the specified parameters.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
Syntax
public ExportDestination(
	string destinationFile,
	bool connectToShare,
	string domain = "",
	string userName = "",
	string password = ""
)
View Source

Parameters

destinationFile  String
Path and file name of export destination.
connectToShare  Boolean
Determines whether or not to attempt network connection to share specified in destinationFile.
domain  String  (Optional)
Domain used to authenticate network connection if connectToShare is true.
userName  String  (Optional)
User name used to authenticate network connection if connectToShare is true.
password  String  (Optional)
Password used to authenticate network connection if connectToShare is true.
See Also