This forum is closed. Thank you for your contributions.
Hi, i am new in project server 2010 development.
i want to know, current user exist in Executives Group of project server or not.
You can use the GetCurrentUserUid and ReadResourceAuthorization methods to find the group memberships, in the ResourceAuthorizationDataSet.GroupMembershipsRow Properties.
To get started with PSI development, see http://msdn.microsoft.com/en-us/library/gg607685.aspx.
--Jim
Hi,
Please use the below link to understand the basics of Project server security web service & methods:
http://msdn.microsoft.com/en-us/library/websvcsecurity_di_pj14mref.aspx
http://msdn.microsoft.com/en-us/library/websvcsecurity.security_di_pj14mref_methods.aspx
http://msdn.microsoft.com/en-us/library/gg205276.aspx
Hope that helps.
Thanks, Amit Khare