Stefan [MSFT]
Guest
|
Posted:
Mon Jan 17, 2005 3:12 pm Post subject:
Re: Help : Get all users & groups having access for a channe |
|
|
Hi Kim,
you would need to separate the different placeholders into separate posting
in separate channels.
Then you could achieve this by assigning individual user rights to the
different channels.
During presentation mode you then could implement a server control that
gather the content from the different postings and you will only see the
content that you are allowed to.
During authoring you would most likely have to edit the postings
individually - at least if you choose to use the standard
HtmlPlaceholderControl shipped with MCMS.
To your other question: there is no API to get the users assigned to a
channel.
What you could do is to assign a single AD group to a channel and then to
assign all users to the AD group.
You could add a channel property that holds the name of the AD group being
assigned so that you now could use ADSI to determine which users are in the
AD group.
Cheers,
Stefan.
"Kim" <anonymous@discussions.microsoft.com> wrote in message
news:0c1501c4fc6e$ebc3db20$a501280a@phx.gbl...
| Quote: | Hi,
I have a project that need to implement user access to
individual placeholder on a posting. Authors can select
which users and groups they want to allow for individual
placeholder. And I think I should get all users and groups
who have access to the channel to show in the available
user list. My question is are there any ways to get all
users & groups having access to a channel in CMS?
Thank a lot,
Kim
|
|
|