W
WW
Hi,
I hv a question about retrieving user list in sharepoint`
i'm using C# to get the list of users
however, i found that It cannot get the full list under top level site
for example:
i hv "SiteA", under "SiteA" has many difference webparts, let's say
"webPartB",
actually, "SiteA" has 2 difference users, "user1"(administrator) and
"user2"(reader)
in "webPartB" has "user3"(Contributor) and "user4"(Reader)
I wrote a C# program using "SPSite" to get each user's premission right
..
however, the outcome is
SiteA
user1 - administrator
user2 - reader
user3 - guest
user4 - guest
webPartB
user1 - administrator
user2 - reader
user3 - guest
user4 - guest
It cannot show me the user3 and user4's premission right, only to show
it is "guest"
how can i get the full premission right in my case?
Thanks a lot!!!!
I hv a question about retrieving user list in sharepoint`
i'm using C# to get the list of users
however, i found that It cannot get the full list under top level site
for example:
i hv "SiteA", under "SiteA" has many difference webparts, let's say
"webPartB",
actually, "SiteA" has 2 difference users, "user1"(administrator) and
"user2"(reader)
in "webPartB" has "user3"(Contributor) and "user4"(Reader)
I wrote a C# program using "SPSite" to get each user's premission right
..
however, the outcome is
SiteA
user1 - administrator
user2 - reader
user3 - guest
user4 - guest
webPartB
user1 - administrator
user2 - reader
user3 - guest
user4 - guest
It cannot show me the user3 and user4's premission right, only to show
it is "guest"
how can i get the full premission right in my case?
Thanks a lot!!!!