You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > ContentReview Class > ContentReview Properties > GetReviews
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ContentReview.GetReviews Property

This property returns a list of reviews for a content item or a specified user. It is used to decide which type of review information is retrieved by the server control. To display reviews on a page, you must use an XSLT that is set up for displaying reviews.

C#
[Bindable(true)]
[Category("Ektron")]
[Description("This property returns a list of reviews for a content item or a specified user. It is used to decide which type of review information is retrieved by the server control. To display reviews on a page, you must use an XSLT that is set up for displaying reviews.")]
[DefaultValue(ReviewTypes.none)]
public ReviewTypes GetReviews;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("This property returns a list of reviews for a content item or a specified user. It is used to decide which type of review information is retrieved by the server control. To display reviews on a page, you must use an XSLT that is set up for displaying reviews.")>
<DefaultValue(ReviewTypes.none)>
Public Property GetReviews() As ReviewTypes
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!