owncloud-sharp
owncloud-sharp copied to clipboard
Setting expiration date for sharing
I create a share like this from vb.net:
Dim share = cliente.ShareWithLink("/Test", CInt(OcsPermission.All), "oookljhkjhHHJH&&l23k4h5", OcsBoolParam.True)
The share is created but, how can I set the expiration date?
Thanks
It is possible for you to modify your code like this:
Thanks
@ikllano
I'll make this part of the next update.