This topic has not yet been rated - Rate this topic

get theme Method

Windows SharePoint Services 3

This method downloads a customized theme from the server. It is only called to retrieve a standard theme that has been altered and renamed.


method=get theme:server_extension_version
&service_name=/&theme_name=theme_name

Parameters

service_name Parameter

theme_name Parameter

POST /site_url/_vti_bin/_vti_aut/author.dll HTTP/1.0
.
.
.
method=get+theme:6.0.n.nnnn
&service_name=/
&theme_name=theme_name

Success

A theme is made up of several files, each of which must be sent separately.

Each file that makes up the theme is sent as a full binary file (octet-stream) that begins with a MIMEboundary statement. The first file begins at the end of the method statement. Note that each file can be preceded by its meta-information.

Error

Returns an error message in standard format. For more information, see Error Message Format for FrontPage 2002 Server Extensions.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.