3.1.4.21.3.1 SocialRatingAverageDetail

Namespace: http://microsoft.com/webservices/SharePointPortalServer/SocialDataService

The SocialRatingAverageDetail complex type contains information about the social ratings that are associated with a URI.

 <xs:complexType name="SocialRatingAverageDetail" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Url" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Average" type="xs:float"/>
     <xs:element minOccurs="1" maxOccurs="1" name="LastModifiedTime" type="xs:dateTime"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Count" type="xs:long"/>
     <xs:element minOccurs="1" maxOccurs="1" name="CurrentUserRating" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

Url: A string type that specifies the URI of the item that the average social rating is associated with.

Average: A floating-point number that indicates the average of the social ratings that are associated with any user profile for the specified URI.

LastModifiedTime: A dateTime value that indicates when the social rating data was last modified for the specified URI.

Count: A long type that specifies the total number of social ratings that are associated with any user profile for the specified URI.

CurrentUserRating: An integer type that specifies the social rating that the current user provided for the specified URI.