GrooveSpaces.Create2 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 Create2 operation creates a new empty Groove 2007-compatible workspace that contains no tools, with advanced options not available with the Create operation. These options include workspace visibility, alert level, download options, and member awareness visibility.

HTTP Post URL

The HTTP Post URL targets the service for the identity. This URI is provided by the GrooveAccounts.Read2 operation in the Identity.Spaces 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

<Space2 />
<CSTURI />

Element

Data type

Description

Space2

Space2

Specifies the name, description, visibility, download settings, awareness settings, and unread alert settings of the created workspace.

CSTURI

xs:anyURI

Specifies the type of workspace to be created. Must have an empty string value (""). All other values are reserved for future use.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

<Create2Result/>

Element

Data type

Description

Create2Result

xs:anyURI

Provides a target URI for the ReadSpace2 operation for the newly created workspace.

Remarks

To add tools to a workspace, use the GrooveTools.ReadAvailableTools and GrooveTools.Create operations.

Note

This operation is available only on systems where Groove Web Services Version 2.1 is available. See Testing for Groove Web Services Version 2.1 for more information.

See Also

Reference

GrooveSpaces Web Service

GrooveSpaces.CreateFromGSA2 Operation

GrooveSpaces.CreateFromGSAByRef2 Operation

GrooveSpaces.CreateGrooveFileSharingSpace2 Operation

Concepts

Creating Workspaces