get manifest Method

Applies to: SharePoint Foundation 2010

The get manifest method retrieves a manifest for the specified site.

method=get manifest:server_extension_version 
&service_name=/
&options=[everything|structure|files|userlists|list_data|nontemplatizable_data|
globallists|subscriptions|discussions|userinfo|webparts|security]

Parameters

options Parameter

Decoded

POST /site_url/_vti_bin/_vti_adm/admin.dll HTTP/1.0
.
.
.
method=get+manifest:6.0.n.nnnn
&service_name=/
&options=structure,files,userlists,list_data,globallists,subscriptions,
discussions,userinfo,webparts,security,nontemplatizable_data

Remarks

To run code that uses the get manifest method, the user must be an administrator on the site.

See Also

Concepts

Server Versions for SharePoint Foundation