You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we were using UserFileSystem version 4 and now we've upgraded it to version 5.
With v4 we used to call Dehydrate method, but with v5 it seems not to exists anymore. We can't find any documentation for v5 and so we don't know if the Dehydrate signature was moved or removed. Is there a way to programmatically call dehydrate on v5?
thanks.
The text was updated successfully, but these errors were encountered:
You are right, we have made a lot of PlacholderItem, PlaceholderFile and PlaceholderFolder methods internal in v5 release.
We are bringing back Hydrate(), Dehydrate(), HydrationRequired(), DehydrationRequired() and GetState() methods and also adding TryHydrate(), TryDehydrate(), TryHydrationRequired(), TryDehydrationRequired(), TryGetState() methods in the next update.
If you fill like any more methods may be useful for you please let us know.
Hi, we were using UserFileSystem version 4 and now we've upgraded it to version 5.
With v4 we used to call Dehydrate method, but with v5 it seems not to exists anymore. We can't find any documentation for v5 and so we don't know if the Dehydrate signature was moved or removed. Is there a way to programmatically call dehydrate on v5?
thanks.
The text was updated successfully, but these errors were encountered: