Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method parameters

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. 

Sample ReturnCode

Code Block
languagehtml/xml
linenumberstrue
<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
</mailupBody>
</mailupMessage>

...