ContactSearchResultsEventData Event
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The ContactSearchResultsEventData event supplies the return value for the GrooveContacts.Search operation.
Syntax
<Event>
<SubscriptionID />
<EventClass>urn:groove-net:ContactDirectoryEvent</EventClass>
<EventSource />
<EventType>ContactSearchEventData</EventType>
<EventData xsi:type="e:ContactSearchEventData">
<Status />
<ContactSummaryList>
<!-- Array of --> <ContactSummary />
</ContactSummaryList>
</EventData>
</Event>
Complex Type Elements
Element |
Data type |
Description |
|---|---|---|
Status |
xs:string |
Contains the status, which can be "Succeeded," "Failed," "No matches found," or "More matches found." If the status is "Succeeded," all matches will be returned. If the status is "More matches found," a subset of the matches will be returned. There is no mechanism for getting the remaining matches, but you can refine the query and repeat the call to Search. If the status is "Failed" or "No matches found," the ContactSummaryList will not be returned. |
ContactSummaryList |
Array of ContactSummary |
Contains information about the contacts in the contact directory. |
Remarks
This event is returned by a special subscription created by the GrooveContacts.Search operation and will not be returned for any subscription created with GrooveSubscriptions.Create for a GrooveContacts service.
See Also
Reference
GrooveContacts.Search Operation