Closed shahshyam closed 7 years ago
Hi @shahshyam , there is a way with our API however that is not currently available publicly (I thought we had lifted those restrictions). I've raised an internal issue to make it available. I'll follow up once we get the required changes in.
@shahshyam We've done the clean up work we've needed to do to make this API public. If you're using the NuGet package, https://www.nuget.org/packages/ShareFile.Api.Client/ it should now have the latest. The latest source is available as well.
You should find necessary APIs available off of sfClient.FIleLock
.
Sorry for the delay.
Hi @shahshyam , could you provide any error messages you are receiving? Is the authenticated user the lock owner?
Working, thanks for support
I am trying to checking and Checkout file from desktop application using C#. According ShareFiles API documentation, It allow user to checkin and checkout in SharePoint server. However, Sync tool of ShareFile provides feature of Checking and Checkout. I tried using this code but not able to use in C# console application or Desktop Apps. Is any way to Checkout or Checkin in Console or Desktop Apps ?