Question

I'm using SharePoint web services to update items by calling the UpdateListItems method, and the response is not providing me the attachment data of the item correctly as other services does, like GetListItems.

Is there a way to tell the UpdateListItems service in the soap message, to return the full item properties as a result of the service?

Thank you in advance

Was it helpful?

Solution

I don't think so. You will need to call GetListItems or GetAttachmentCollection afterwards.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top