GrooveForms2.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 specified records as read or unread.

HTTP Post URL

The HTTP Post URL targets the Forms tool. This URI is provided by the GrooveTools.Read operation in the ToolData 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 />
<RecordURIList>
  <!-- Array of -->  <URI />
</RecordURIList>
<ExceptionIfDeleted />

Element

Data type

Description

UnreadState

xs:boolean

If true, the specified records are marked unread. If false, the specified records are marked read.

RecordURIList

Array of xs:anyURI

Identifies the Forms tool records to be marked read or unread.

ExceptionIfDeleted

xs:boolean

If true and if any of the specified records have previously been deleted, then the operation generates an exception and no records are marked read or unread. If false and if any of the specified records have previously been deleted, then the operation marks the remaining records read or unread.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

See Also

Reference

GrooveForms2 Web Service

Concepts

Updating Unread Marks