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

The QueryString parameter name which is used to read the product ID. For example, if your QueryString parameter for products is PID, enter that in this property. Then, when site visitors views an item’s details, the product’s ID is passed to this control.

C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue("id")]
[TypeConverter(typeof(DynamicContentIDTypeConverter))]
[Description("The QueryString parameter name which is used to read the product ID. For example, if your QueryString parameter for products is PID, enter that in this property. Then, when site visitors views an item�s details, the product�s ID is passed to this control.")]
[Personalizable()]
public string DynamicParameter;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue("id")>
<TypeConverter(typeof(DynamicContentIDTypeConverter))>
<Description("The QueryString parameter name which is used to read the product ID. For example, if your QueryString parameter for products is PID, enter that in this property. Then, when site visitors views an item�s details, the product�s ID is passed to this control.")>
<Personalizable()>
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!