AggregateData Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The AggregateData type contains information about the subscription created and any sources found in the scope.

Syntax

<AggregateData>
    <SubscriptionID />  
    <SourceURIs>
        <!-- Array of --> <URI /> 
    </SourceURIs>
</AggregateData>

Complex Type Elements

Element

Data type

Description

SubscriptionID

xs:string

Subscription ID used to identify events or to update or delete the subscription. When you read events with GrooveEvents.Read, it returns events from all subscriptions with the same CallbackURI.

SourceURIs

Array of xs:anyURI

A URI of a source object's Groove Web Service whose events are being monitored. The SourceURIs array can contain zero or more URI elements.

See Also

Reference

GrooveEvents Web Service

GrooveSubscriptions Web Service

GrooveSubscriptions.CreateAggregated2 Operation

GrooveSubscriptions.CreateAggregated Operation

Concepts

Handling Groove Web Services Events