Re: making a website READONLY
From: Steve Drake (Steve_at_NOSPAMDrakey.co.uk)
Date: 02/06/04
- Next message: Gowtham: "Error when creating areas"
- Previous message: Hagen Green [MSFT]: "Re: Cant open a new form from sharepoint when form is fully trusted"
- In reply to: Brad Smith: "Re: making a website READONLY"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 6 Feb 2004 21:23:47 -0000
Thanks for the info, I will have to change the permissions then. I presume
this can be done via the API.
Cheers
Steve
"Brad Smith" <asmodean@cox.net> wrote in message
news:c1f801c3ecf1$d6e214c0$a601280a@phx.gbl...
> WriteLock does not affect the users ability to modify
> content. Those properties are used to set the permissions
> for adding, reading and modifying sites in the site
> collection, and their properties. You must set user
> experience permissions with Site Groups and the Area Users
> management tools.
>
> -Brad
>
> >-----Original Message-----
> >I would prefer it if WriteLocked worked, each workspace
> could have any
> >number of users and I want to be able to turn off the
> WriteLock
> >
> >Steve
> >
> >
> ><anonymous@discussions.microsoft.com> wrote in message
> >news:a44901c3ec17$2e9d2780$a101280a@phx.gbl...
> >> try to setup privilegies's users to "reader"...you get
> the
> >> same effect.
> >>
> >> >-----Mensaje original-----
> >> >I am trying to make a website readonly, the following
> >> code does not work
> >> >
> >> > SPSite siteCollection = SPControl.GetContextSite
> >> (Context);
> >> > //SPWeb site = SPControl.GetContextWeb(Context);
> >> > siteCollection.ReadLocked = false;
> >> > siteCollection.WriteLocked = true;
> >> >
> >> >
> >> >I get the following error :
> >> >
> >> >Access requests are not enabled sharepoint
> >> >
> >> >Cheers
> >> >
> >> >Steve
> >> >
> >> >
> >> >.
> >> >
> >
> >
> >.
> >
- Next message: Gowtham: "Error when creating areas"
- Previous message: Hagen Green [MSFT]: "Re: Cant open a new form from sharepoint when form is fully trusted"
- In reply to: Brad Smith: "Re: making a website READONLY"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|