How to programmatically set a document in the exit / exit mode using web services or the object model in sharepoint.
You need SPListItem.File.CheckOut / SPListItem.File.CheckIn from the object model. I do not know how to do this using a web service.
You need CheckInFile and CheckOutFile web methods Lists webservice . Calls are pretty straight forward. Hope this helps.
Source: https://habr.com/ru/post/1736615/More articles:Problem with additional queries on Oracle 10g - sqlRecommendations for string processing in VC ++? - c ++WPF Animation Duration - wpfError saving iPhone Coredata - iphoneCmake suddenly cannot find my source files anymore - cmakeOn MacOSX, in a C ++ program, what guarantees can I get in an IO file - c ++WPF: stopping ContextMenu from closing - c #How to allocate more memory for a buffer in C ++? - c ++How to set a model attribute for each action - grailswhy can't I comment on lines in visual mode - vimAll Articles