thybag / PHP-SharePoint-Lists-API

A simple PHP API to make working with SharePoint lists easy.
MIT License
184 stars 95 forks source link

How can I check in a file? #169

Open jnunez166 opened 3 years ago

jnunez166 commented 3 years ago

Is there a way to "check in" a file using this library? I migrated a Network Share to Sharepoint, via WEBDAV but because it's a versioning file system all of the files are checked out as the user who copied it in. I am able to used this library to login into their account and list out only the items that are checked out. I need a function to check it in.