Hi,
exists there any API function to determine with user has checkin/checkout rights for a specific file?
We used the folder security for our code basis. I want to show unprivileged users which user can help them.
Determine user with rights for a repository file
Moderator: SourceGear
Re: Determine user with rights for a repository file
We don't have anything in the Vault Client Integration that would do this.
The Admin Service API does have a method named "ListRightsByFolder"
which would return the list of groups / users with rights on a particular folder, but the user would require admin login rights to make this particular call. You probably wouldn't want to give Admin access to any user.
The Admin Service API does have a method named "ListRightsByFolder"
which would return the list of groups / users with rights on a particular folder, but the user would require admin login rights to make this particular call. You probably wouldn't want to give Admin access to any user.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Re: Determine user with rights for a repository file
Thy for the information. I had to find a other solution.