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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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