SharePoint of the Day #16

If you want to keep your designers on a leech you can set the DisableWebDesignFeatures in your site definition’s onet.xml file. Set the attribute in the Project element to one or more values from the following list:

wdfbackup Disable Web site backup.
wdfrestore Disable Web site restore.
wdfpackageimport Disable Web site package import.
wdfpackageexport Disable Web site package export.
wdfthemeweb Disable theme support for the Web site.
wdfthemepage Disable theme support for individual pages.
wdfnavigationbars Disable support for navigation bars.
wdfnavigationview Disable the Navigation view for the Web site.
wdfpublishview Disable the Remote Web site view for the Web site.
wdfpublishselectedfile Do not allow the selected file to be published.
wdfopensite Disable access to the entire Web site.
wdfnewsubsite Do not allow the creation of a new subsite.

(source: MSDN)

If you want to set more values, use a semicolon to separate the values.

Post to Twitter Post to Delicious Delicious Post to Digg Digg This Post

Posted under Developer

This post was written by spotd on April 22, 2009

Tags:

Like this tip? Hate it? Vote here

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

What do you think if this tip?

Name (required)

Email (required)

Website

Comments

More Blog Post

Previous Post: SharePoint of the Day #15