GrooveSpaces.UpdateUnreadMark 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 UpdateUnreadMark operation marks all the items in the targeted workspace as read or unread.

HTTP Post URL

The HTTP Post URL targets the service for the workspace. This URI is provided by the Read operation in the URI 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

<UnreadState />

Element

Data type

Description

UnreadState

xs:boolean

If true, marks all the tools in the workspace as unread; if false marks them as read.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

See Also

Reference

GrooveSpaces Web Service