UpdateMembershipForWssSite

M

Martin Winzig

Can any one tell me haw to use method

public void UpdateMembershipForWssSite (
Guid projectUID,
int lastRevCounter
)

There isn't any information where i shoudl get lastRevCounter.
And when i use value -1 or 0 site permissions aren't updated.

Environment Project server 2007 + Sp1 + post Sp1 + april hotfix
 
S

Stephen Sanderlin

This can be found in the MSP_EpmProject table in the RDB as
ProjectModifiedRevisionCounter... I can't find anywhere else in the PSI
it is returned... I would either query the RDB for this value or make a
PSI extension to do the same.

--
Stephen Sanderlin
Owner/Founder - EPMFAQ
http://www.epmfaq.com/
http://forums.epmfaq.com/

EPM Solutions Architect / Principal Consultant - BT Professional
Services
http://bt.ins.com/

This electronic message, along with any information, advice, and
opinions it contains, are mine alone and are not representative of my
employer. All information is provided in "GOOD FAITH" and on an "AS IS"
basis only. I provide no presentations or warranties, express or
implied, including implied warranties of fitness for a particular
purpose, merchantability, title, and noninfringement. I strongly advise
you to extensively test any changes, workarounds, or techniques
described herein on a development system prior to implementation in a
production environment, and you are hereby notified that I bear no
responsibility whatsoever for any loss, harm, or otherwise negative
outcomes resulting from your actions, whether or not said actions were
a result of this electronic message, directly or indirectly.
 
M

Martin Winzig

In general you ansver means that there is no supported way how to use method
UpdateMembershipForWssSite.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top