citrix / ShareFile-NET

C# library for accessing ShareFile V3 API
MIT License
36 stars 26 forks source link

Check Out and Checking #18

Closed shahshyam closed 7 years ago

shahshyam commented 8 years ago

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 ?

rgmills commented 8 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.

rgmills commented 7 years ago

@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.

rgmills commented 7 years ago

Hi @shahshyam , could you provide any error messages you are receiving? Is the authenticated user the lock owner?

shahshyam commented 7 years ago

Working, thanks for support