System.StarRatingStar Rating

System.StarRating (ClassType)

Defines the properties of star ratings of knowledge articles

Element properties:

Base ClassSystem.UserPreference
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd37f9d4f-d641-a28c-fbae-0afda6dc64f0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.StarRating:
Id  string  ID ID true 256  False 
TotalRatingCount  int  Total Rating Count Total Rating Count false 256   
TotalRatingStars  int  Total Rating Stars Total Rating Stars false 256   
RatingComments  string  Rating Comments Rating Comments false 4000  False 

Health Model:

Source Code:

<ClassType ID="System.StarRating" Accessibility="Public" Base="SupportingItem!System.UserPreference" Hosted="false" Abstract="false">
<Property ID="Id" Type="string" Key="true"/>
<Property ID="TotalRatingCount" Type="int"/>
<Property ID="TotalRatingStars" Type="int"/>
<Property ID="RatingComments" Type="string" MaxLength="4000"/>
</ClassType>