GrooveSpaces.CreateGrooveFileSharingSpace 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 CreateGrooveFileSharingSpace operation creates a new Shared Folder.

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

<FolderPath />
<DisplayName />

Element

Data type

Description

FolderPath

xs:string

Specifies the existing Windows path for the folder to be shared as a Groove workspace.

DisplayName

xs:string

Specifies the display name of the workspace. This name can be different than the Windows folder name. The display name identifies the workspace in the Launchbar and in invitations.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

<CreateGrooveFileSharingSpaceResult />

Element

Data type

Description

CreateGrooveFileSharingSpaceResult

xs:anyURI

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

Remarks

If the path does not exist or Groove encounters a warning or error condition, the operation will return an exception and will not create the workspace.

See Also

Reference

GrooveSpaces Web Service

GrooveSpaces.Create Operation

GrooveSpaces.CreateFromGSA Operation

GrooveSpaces.CreateFromGSAByRef Operation

GrooveSpaces.CreateGrooveFileSharingSpace2 Operation

Concepts

Creating Workspaces