ExportDestination(String, Boolean, String, String, String) Constructor
Namespace: IOAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.167 -- Release Build+f1b42a4d24cfc6e6059ab60dd43256c06cec82f7
Public Sub New (
destinationFile As String,
connectToShare As Boolean,
Optional domain As String = "",
Optional userName As String = "",
Optional password As String = ""
)
public:
ExportDestination(
String^ destinationFile,
bool connectToShare,
String^ domain = L"",
String^ userName = L"",
String^ password = L""
)
Gemstone.IO.ExportDestination = function(destinationFile, connectToShare, domain, userName, 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.