You are here: Ektron Namespace > Plug-in Extension API > Ektron.Cms.Extensibility Namespace > Classes > ReviewInfo Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ReviewInfo Class

Class which holds information about the review being processed. Certain hooks do not expose all information from the CMS, default values are assigned to the properties of this class. Data types default to the following: int = -1. string = "". bool = false.

C#
public sealed class ReviewInfo;
Visual Basic
Public sealed Class ReviewInfo

CmsInfoObjects.cs

Name 
Description 
The properties of the ReviewInfo class are listed here. 
 
Name 
Description 
 
Gets an decimal representing the average rating. (ReadOnly)  
 
Gets a string containing all the html displayed to end users for a piece of content. (ReadOnly)  
 
Gets a numeric value representing the content ID of the content. (ReadOnly)  
 
Gets an integer representing the language of the content. (ReadOnly)  
 
Gets a string containing the title of the content. (ReadOnly)  
 
Gets or sets a string containing message to display to the end user if Plug-in returns false. (ReadWrite)  
 
ID 
Gets a numeric value representing the review ID. (ReadOnly)  
 
Gets an integer representing the number of ratings. (ReadOnly)  
 
Gets an integer representing the rating. (ReadOnly)  
 
Gets a datetime representing the rating time. (ReadOnly)  
 
Gets an integer representing the state. (ReadOnly)  
 
Gets an string representing path of the user's avatar. (ReadOnly)  
 
Gets an string representing the review text. (ReadOnly)  
 
Gets an string representing the user's display name. (ReadOnly)  
 
Gets an string representing the user's first name. (ReadOnly)  
 
Gets a numeric value representing the user ID of the user. (ReadOnly)  
 
Gets an string representing the user's last name. (ReadOnly)  
 
Gets an string representing the user's CMS user name. (ReadOnly)  
 
Gets an string representing the cookie value of the visitor. (ReadOnly)  
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!