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 5 Next »

Method parameters

StartProcess(int idList, int listGUID, int idProcess)

It starts the import process

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.

Sample ReturnCode

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

Error codes

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