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

To make this content review control dynamic, select id. When you do, this server control is attached to the content block passed as a URL parameter. When using this control to retrieve a user’s reviews, set this property to UserId to make the User’s ID dynamic.

C#
[Bindable(true)]
[Category("Ektron")]
[Description("To make this content review control dynamic, select id. When you do, this server control is attached to the content block passed as a URL parameter. When using this control to retrieve a user�s reviews, set this property to UserId to make the user�s ID dynamic.")]
[TypeConverter(typeof(DynamicContentIDTypeConverter))]
[DefaultValue("None - Use Default")]
public string DynamicParameter;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("To make this content review control dynamic, select id. When you do, this server control is attached to the content block passed as a URL parameter. When using this control to retrieve a user�s reviews, set this property to UserId to make the user�s ID dynamic.")>
<TypeConverter(typeof(DynamicContentIDTypeConverter))>
<DefaultValue("None - Use Default")>
Public Property DynamicParameter() As string
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!