SocialDataService.GetSocialDataForIncrementalReplication Method

Retrieves the existing and deleted social comments, social tags, and social ratings modified during a specified period of time.

Namespace:  [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/SocialDataService/GetSocialDataForIncrementalReplication", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService",  _
    ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetSocialDataForIncrementalReplication ( _
    startTime As DateTime, _
    endTime As DateTime _
) As SocialReplicationData
'Usage
Dim instance As SocialDataService
Dim startTime As DateTime
Dim endTime As DateTime
Dim returnValue As SocialReplicationData

returnValue = instance.GetSocialDataForIncrementalReplication(startTime, _
    endTime)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/SocialDataService/GetSocialDataForIncrementalReplication", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService", 
    ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public SocialReplicationData GetSocialDataForIncrementalReplication(
    DateTime startTime,
    DateTime endTime
)

Parameters

  • startTime
    Type: System.DateTime

    The starting time (inclusive) of the specified time period.

  • endTime
    Type: System.DateTime

    The ending time (exclusive) of the specified time period.

Return Value

Type: [SocialDataService Web service].SocialReplicationData
The existing and deleted social comments, social tags, and social ratings last modified during the specified time period.

Exceptions

Exception Condition
SqlException

The user does not have permission to access the social data.

Remarks

This method returns the social data modified during a specified period of time. The replication data includes existing and deleted social comments, social tags and social ratings.

See Also

Reference

SocialDataService Class

SocialDataService Members

SocialDataService Web Service