How to get last check in user?
Moderator: SourceGear
-
- Posts: 5
- Joined: Thu Aug 05, 2010 7:42 pm
How to get last check in user?
I know a file name and the file path , How could I get the user who last checked in the file ?
Re: How to get last check in user?
The last check in user would be found in the history.
The following links have a few different history examples:
http://support.sourcegear.com/viewtopic ... it=history
http://support.sourcegear.com/viewtopic ... it=history
You might look at ServerOperations.ProcessCommandHistory.
The following links have a few different history examples:
http://support.sourcegear.com/viewtopic ... it=history
http://support.sourcegear.com/viewtopic ... it=history
You might look at ServerOperations.ProcessCommandHistory.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 5
- Joined: Thu Aug 05, 2010 7:42 pm
Re: How to get last check in user?
Thank you very much.