Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a SP (2007) doc lib with several custom properties, including a couple with properties that are limited to the values in a sharepoint list. When I use SP Web Services to retrieve the properties, many of them are bound up inside strange delimeters, with (I assume) the ID number of the SP list item as well as the item itself. I've learned to parse these things out operationally.

Now, I need to post revisions (again, using SP Web services.) Before I start, do I need to also enclose the "ows_..." properties inside various delimeters ("#" is popular) and include the IDs, etc? I could just try it, but I'm hoping someone knows offhand.

Thanks in advance.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.