MultipleDestinationExporterExportData(String) Method
Start multiple file export.
Namespace: IOAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.172 -- Release Build+5cb1550cdf6df80778649a68ce11458d3fff55e0
public void ExportData(
string fileData
)
Public Sub ExportData (
fileData As String
)
public:
void ExportData(
String^ fileData
)
function ExportData(fileData);
Parameters
- fileData String
- Text based data to export to each destination.
This is assumed to be the full content of the file to export. This class does not queue data since
the export is not intended to append to an existing file but rather replace an existing one.