SocialDataService.ReplicateIncrementalSocialData method

Replicates the specified existing and deleted social comments, social tags, and social ratings.

Namespace:  WebSvcSocialDataService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

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

returnValue = instance.ReplicateIncrementalSocialData(changes)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/SocialDataService/ReplicateIncrementalSocialData", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService", 
    ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public bool ReplicateIncrementalSocialData(
    SocialReplicationData changes
)

Parameters

Return value

Type: System.Boolean
true if the replication is successful; otherwise, false.

Exceptions

Exception Condition
ArgumentNullException

changes is null .

UnauthorizedAccessException

The user does not have permissions to manage social data.

Remarks

This method replicates live social data and deleted social data from the replication stored in the changes parameter to the social data database.

See also

Reference

SocialDataService class

SocialDataService members

WebSvcSocialDataService namespace