ShareFile-NET
ShareFile-NET copied to clipboard
Documentation Doesn't Match Implementation
The documentation on the project home does not match actual implementation.
Specific examples:
sfClient.Session.Login -- There is no Session object, there is a Sessions object which has method Login sfClient.Session.Logout -- Again, no Session object and there's no Logout method on Sessions
As a new user to the SDK, having inaccurate reference material does not instill confidence.
I have the same issue where I have async users clogging up our management server.
It looks like it might be sfClient.Session.Delete();
