ConnectorDownloadExportCustomerDataJobResult Method (String, String) |
Download the result of a GDPR export customer data job.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public long DownloadExportCustomerDataJobResult(
string jid,
string destination
)
Parameters
- jid
- Type: SystemString
The job ID. - destination
- Type: SystemString
Where to save the resulting zip file.
Return Value
Type:
Int64The number of bytes downloaded
Exceptions See Also