Share via


GrooveFilesBase64.Download Operation

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

In this article
HTTP Post URL
Input Message Header
Input Message Parameters
Output Message Header
Return Value

The Download operation downloads the targeted file or the files in the targeted folder.

HTTP Post URL

The HTTP Post URL targets a file or a folder within the Files tool. This URI is provided by the GrooveFilesBase64.Read operation and by other operations in the FileDescriptorURI element.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.

Input Message Parameters

<Recursive />

Element

Data type

Description

Recursive

xs:boolean

Specifies that all files within subfolders of the targeted folder should be downloaded recursively.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

See Also

Reference

GrooveFilesBase64 Web Service

Concepts

Reading File Contents, Checking Download State, and Downloading Files