apply theme Method

Applies to: SharePoint Foundation 2010

After a user selects a theme, the client computer sends an apply theme method to FrontPage Server Extensions from Microsoft. This method tells FrontPage Server Extensions which theme to apply to the named service.

The method also tells whether to apply the theme to a page or to the entire Web site. Included are preferences for how to implement the theme, including whether or not to use cascading style sheets to create the theme.

method=apply theme:server_extension_version 
&service_name=/&theme_name=theme_name
&theme_params=integer&url_list=list_of_URLs
&apply_opt=(web|page[rfi])[&validateWelcomeNames=(true|false)]

Parameters

service_name Parameter

theme_name Parameter

url_list Parameter

apply_Opt Parameter

validateWelcomeNames Parameter

Decoded

POST /site_url/_vti_bin/_vti_aut/author.dll HTTP/1.0
. 
. 
.
method=apply+theme:6.0.n.nnnn
&service_name=/
&theme_name=breeze
&theme_params=17
&url_list=[index.xml]
&apply_opt=page,rfi

See Also

Concepts

Server Versions for SharePoint Foundation