Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


StartProcess(int idList, int listGUID, int idProcess)


It starts the import process


Parameters:


idList: list identifier
listGuid: GUID of the list
idProcess: import process ID


If the process cannot be activated the MailUpBody will contain an appropriate ReturnCode.

 

<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
</mailupBody>
</mailupMessage>


Specific error codes for this method:

  • -600 unrecognized error
  • -601 an import process is already running for the list
  • -602 an import process is already running for a different list
  • -603 error checking process status
  • -604 error starting the process job

 

  • No labels