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

Constructs a new ExportDestination given the specified parameters.

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.169 -- Release Build+9539f17c709220b9bccf5fcf2a5ec2d79c38125a
public ExportDestination(
	string destinationFile,
	bool connectToShare,
	string domain = "",
	string userName = "",
	string password = ""
)

Parameters

destinationFile  String
Path and file name of export destination.
connectToShare  Boolean
Determines whether 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)
Username used to authenticate network connection if connectToShare is true.
password  String  (Optional)
Password used to authenticate network connection if connectToShare is true.

See Also