SocialDataService Members
Include Protected Members
Include Inherited Members
Provides methods for remote clients to Create, Read, Update, and Delete (CRUD) social data.
The SocialDataService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialDataService | Initializes a new instance of the SocialDataService class. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from WebClientProtocol.) | |
AddComment | Associates a social comment with the specified URL for the current user. | |
AddTag | Associates a social tag term with the specified URL for the current user. | |
AddTagByKeyword | Associates a social tag with the specified keyword with the specified URL for the current user. | |
BeginInvoke | (Inherited from SoapHttpClientProtocol.) | |
CancelAsync | (Inherited from HttpWebClientProtocol.) | |
CountCommentsOfUser | Gets the count of all social comments created by the specified user. | |
CountCommentsOfUserOnUrl | Gets the count of all social comments created by the specified user for the specified URL. | |
CountCommentsOnUrl | Gets the count of all social comments for the specified URL. | |
CountRatingsOnUrl | Gets the total number of all social ratings for the specified URL. | |
CountTagsOfUser | Gets the total number of all social tags created by the specified user. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
DeleteComment | Deletes the social comment associated with the current user and specified URL that was last modified at the specified time. | |
DeleteRating | Deletes the social rating associated with the current user on the specified URL. | |
DeleteTag | Deletes the social tag associated with the current user for the specified URL and social tag term. | |
DeleteTagByKeyword | Deletes a social tag associated with the current user for the specified URL and social tag keyword. | |
DeleteTags | Deletes all social tags for the current user for the specified URL. | |
Discover | (Inherited from SoapHttpClientProtocol.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
EndInvoke | (Inherited from SoapHttpClientProtocol.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetAllTagTerms | Retrieves all social tag terms, up to the specified maximum number. | |
GetAllTagTermsForUrlFolder | Retrieves the social tag terms for a specified URL, up to the specified maximum number. | |
GetAllTagUrls | Retrieves the social tag URLs that have been tagged with the specified social tag term. | |
GetAllTagUrlsByKeyword | Retrieves all social tag URLs that have been tagged with the specified social tag keyword. | |
GetCommentsOfUser | Retrieves all social comments created by a specified user, up to the specified maximum number and starting at the specified zero-based index. | |
GetCommentsOfUserOnUrl | Retrieves all of the social comments created by the specified user for the specified URL. | |
GetCommentsOnUrl | Retrieves all social comments for the specified URL and last modified date after the specified time, up to the specified maximum number and starting at the specified zero-based index. | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetRatingAverageOnUrl | Retrieves the average rating for the specified URL. | |
GetRatingOfUserOnUrl | Retrieves the social rating associated with the specified user for the specified URL. | |
GetRatingOnUrl | Retrieves the social rating associated with the current user for the specified URL. | |
GetRatingsOfUser | Retrieves all social ratings associated with the specified user. | |
GetRatingsOnUrl | Retrieves all social ratings created for the specified URL. | |
GetReaderForMessage | (Inherited from SoapHttpClientProtocol.) | |
GetService | (Inherited from Component.) | |
GetSocialDataForFullReplication | Retrieves the list of existing social comments, social tags, and social ratings for the specified user for use when replicating social data. | |
GetSocialDataForIncrementalReplication | Retrieves the existing and deleted social comments, social tags, and social ratings modified during a specified period of time. | |
GetTags | Retrieves all social tags by the current user on the specified URL. | |
GetTagsOfUser | Retrieves the social tags created by the specified user, up to the specified maximum number and starting at zero-based index. | |
GetTagTerms | Retrieves all social tag terms created by the current user, up to the specified maximum number. | |
GetTagTermsOfUser | Retrieves the social tag terms created by the specified user, up to the specified maximum number. | |
GetTagTermsOnUrl | Retrieves the social tag terms on the specified URL, up to the specified maximum number. | |
GetTagUrls | Retrieves all social URLs that have been tagged by the current user with the specified social tag term. | |
GetTagUrlsByKeyword | Retrieves all social URLs that have been tagged by the current user with the specified keyword. | |
GetTagUrlsOfUser | Retrieves all social URLs that have been tagged by the specified user with the specified social tag term. | |
GetTagUrlsOfUserByKeyword | Retrieves all social URLs that have been tagged by the specified user with the specified keyword. | |
GetType | (Inherited from Object.) | |
GetWebRequest | (Inherited from SoapHttpClientProtocol.) | |
GetWebResponse(WebRequest) | (Inherited from HttpWebClientProtocol.) | |
GetWebResponse(WebRequest, IAsyncResult) | (Inherited from HttpWebClientProtocol.) | |
GetWriterForMessage | (Inherited from SoapHttpClientProtocol.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Invoke | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback) | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback, Object) | (Inherited from SoapHttpClientProtocol.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
PropagateRating | Calculates the average rating for the list item at the specified URL and updates the corresponding list item with the average rating and rating count. | |
ReplicateFullSocialData | Replicates the specified social comments, tags, and ratings for the specified user. | |
ReplicateIncrementalSocialData | Replicates the specified existing and deleted social comments, social tags, and social ratings. | |
SetRating | Creates a social rating for the current user with the specified value, on a scale of 1-5, for the specified URL. | |
ToString | (Inherited from Component.) | |
UpdateComment | Updates an existing social comment for the current user on the specified URL. |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top