Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Disabling sharepoint designer using API

  Asked By: Helen Ramsey         Date: Dec 25, 2008      Category: Sharepoint      Views: 241
 

We can disable sharepoint designer, in ONET.xml by adding the
DisableWebDesignFeatures=wdfopensite in <Project/> tag.

But unfortunately this change does not work for already created sites.

Is there a sharepoint API, to disable, designer, in already created
sites, or is there a field in the database, we can update to disable
that?

Tagged:          

 

1 Answer Found

 
Answer #1       Answered By: Damon Garner          Answered On: Dec 25, 2008       

There is no API for doing this that I've been able to find. However, changing
the setting in ONET.xml will work  for already created  sites. The problem is
that you need to do an IISreset on the server before it will pick up the new
setting.

 
Didn't find what you were looking for? Find more on Disabling sharepoint designer using API Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].