ShareFile-NET icon indicating copy to clipboard operation
ShareFile-NET copied to clipboard

Documentation Doesn't Match Implementation

Open GLemcool opened this issue 5 years ago • 1 comments

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.

GLemcool avatar Jan 23 '20 23:01 GLemcool

I have the same issue where I have async users clogging up our management server.

It looks like it might be sfClient.Session.Delete();

image

FDillon00 avatar Jan 20 '21 17:01 FDillon00