How to get list of "Collection Level Security Groups" in TFS 201X Api (SDK) [Resolved] -
i developing utility, , need retrieve list of collection level security groups,
tfsteamprojectcollection projectcollection = tfsteamprojectcollectionfactory.getteamprojectcollection(new uri(projecturi)); igroupsecurityservice gss = projectcollection.getservice<igroupsecurityservice>();
in igroupsecurityservice
there listapplicationgroups(projecturi)
method returns security groups in project, need groups on team project collection,
i can't make sql query on tfs database , don't want use tfs command line tools.
it solved passing null
listapplicationgroups(null)
Comments
Post a Comment