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.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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