Guest User

Untitled

a guest
Jun 20th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. batchElement.InnerXml = "<Method ID='1' Cmd='Update'>" +
  2. "<Field Name='ID'>1</Field>" +
  3. "<Field Name='APersonField'>32;#This is pretty much ignored</Field>" +
  4. "<Field Name='Title'>Wow edited!</Field></Method>";
  5. result = listService.UpdateListItems(strListID, batchElement);
Add Comment
Please, Sign In to add comment