SocialDataService.GetSocialDataForFullReplication method

Retrieves the list of existing social comments, social tags, and social ratings for the specified user for use when replicating social data.

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

Syntax

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

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

Parameters

  • userAccountName
    Type: System.String

    The account name of the user.

Return value

Type: WebSvcSocialDataService.SocialReplicationData
The social comments, social tags, and social ratings for the specified user.

Exceptions

Exception Condition
ArgumentNullException

userAccountName is null .

UserNotFoundException

The user profile for userAccountName cannot be found.

SqlException

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

Remarks

This method returns the social data for replication for the specified user. The replication data includes social comments, social tags, and social ratings.

See also

Reference

SocialDataService class

SocialDataService members

WebSvcSocialDataService namespace