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.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
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