I am developing a client app with C # .NET. I need to get all the permissions in StarTeam that are assigned to a project, view or folder.
StarTM cross platform users know that there is a dialog called "Access rights". Categories (Project, View, Faller) are listed on the left and the permissions are listed on the right in the dialog.
Permissions are not just listed, but are logically grouped and, some permissions become visible or invisible on the left, depending on the selected category.
This is what I have to do in my app.
Can anyone show me?
Thanks in advance.
Look at AccessRightsManager and GetEffectiveACL method - doing a hand is a pain. / Div>
The list of possible permissions is within the permission type. I do not believe in any group as shown in the dialogue other than the names of properties. (ITEM_SEE_HISTORY vs. VIEW_CREATE_VIEW_LABEL)
Comments
Post a Comment