GetDownloadTableByName method

Syntax
DownloadTableData GetDownloadTableByName(
string table-name);
Remarks

Gets the named download table for this synchronization. Returns null if there is no table with the given name in this synchronization.

Returns

Download data for the given table name or null if not found.

Parameters
  • table-name   Name of the table for which you want the download data.