GrooveLocal.LaunchFile 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 LaunchFile operation opens or performs another action on a file in a Groove Files tool, optionally specifying the action to perform and whether the Files tool should import any updates to the file. The application associated with the file type extension opens the file.
HTTP Post URL
The HTTP Post URL targets the service. This URI is a top-level HTTP Post URL that you supply directly; it is not returned as a value by another operation. There is no service-specific-data in this HTTP Post URL.
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
<FileURI />
<ExecuteVerb />
<AutoSave />
Element |
Data type |
Description |
|---|---|---|
FileURI |
xs:anyURI |
The URI of the file to open. This URI is returned by the GrooveFilesBase64.Read operation in the LaunchURL element. |
ExecuteVerb |
xs:string |
The verb to use when launching the file. Each registered file type has a set of valid verbs, such as "edit", "new" "open", and "print". If this element is an empty string, the default is the default action for the file type extension, which is typically "open". |
AutoSave |
xs:boolean |
If true, the Files tool monitors whether the temporary copy of the file is modified while it is open, and, if it is modified, replaces the original file with the modified one. |
Output Message Header
GrooveResponseHeader specifies the Response key.
Return Value
None.