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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -