How to Check In Sharepoint Document without Adding Required fields using Web Services ? : C#

Posted by Pari on Stack Overflow See other posts from Stack Overflow or by Pari
Published on 2010-03-11T14:25:58Z Indexed on 2010/03/22 6:21 UTC
Read the original article Hit count: 348

Filed under:
|

Hi,

I am trying to Update a document programatically where some of required fields are missing.(and we need to checkin document before updating) In order to checkIn document all required fields should be added.

But problem here is that to add those required fiedl i have to again Update the Document :(

So is there any way:

1.To CheckIn Document witout adding required field.

or

1.To add those required field without using (UpdateList anf UpdateListItem methods of List.asmx)

© Stack Overflow or respective owner

Related posts about c#

Related posts about sharepoint2007