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

The querystring parameter for which to get the user ID. If a value is found in this parameter, it is used, or the UserID property is used. Important: The GetReviews property must be set to User for the control to use this property.

C#
[Bindable(true)]
[Category("Ektron")]
[Description("The querystring parameter for which to get the user ID. If a value is found in this parameter, it is used, or the UserID property is used. Important: The GetReviews property must be set to User for the control to use this property.")]
[TypeConverter(typeof(DynamicUserIDTypeConverter))]
[DefaultValue("userid")]
public string DynamicUserParameter;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("The querystring parameter for which to get the user ID. If a value is found in this parameter, it is used, or the UserID property is used. Important: The GetReviews property must be set to User for the control to use this property.")>
<TypeConverter(typeof(DynamicUserIDTypeConverter))>
<DefaultValue("userid")>
Public Property DynamicUserParameter() 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!