Share via


GrooveFilesBase64.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 the targeted file or folder read or unread.

HTTP Post URL

The HTTP Post URL targets the file or folder being updated. 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

<UnreadState />

Element

Data type

Description

UnreadState

xs:boolean

If TRUE, marks the file or folder as unread; if FALSE marks it as read.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

See Also

Reference

GrooveFilesBase64 Web Service

Concepts

Creating, Updating, and Deleting Files