Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Replicates the specified existing and deleted social comments, social tags, and social ratings.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
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
changes
Type: [SocialDataService Web service].SocialReplicationDataThe social replication data to replicate.
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.