Share via


RetailCDXMetadataSync::addDownloadSession Method [AX 2012]

Adds the download session to the HQ Message database.

Syntax

server public static void addDownloadSession(
    str _connectionString, 
    str _dataFilePath, 
    str _targetDataFilePath, 
    RetailCDXDataSyncContext _ctContext)

Run On

Server

Parameters

  • _connectionString
    Type: str
    HQ message database connection string.
  • _dataFilePath
    Type: str
    Data file path.
  • _targetDataFilePath
    Type: str
    Target data file path.

See Also

Reference

RetailCDXMetadataSync Class