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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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