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

This property identifies the QueryString parameter used to pass the ID of a user to a profile or location template when a user name is clicked in the Browse User screen. The default is ID. The parameter defined in this property is appended to the QueryString of the path defined in the ProfileUrl property. The default is ID. Important: This parameter needs to match the parameter set in the UserProfile server control’s DynamicParameter property on the page defined in the ProfileUrl property.

C#
[Category("Ektron")]
[TypeConverter(typeof(string))]
[Description("This property identifies the QueryString parameter used to pass the ID of a user to a profile page or location template when a user name is clicked in the Browse User screen. The default is ID. The parameter defined in this property is appended to the QueryString of the path defined in the ProfileUrl property. The default is ID.")]
[DefaultValue("id")]
public string ProfileParamName;
Visual Basic
<Category("Ektron")>
<TypeConverter(typeof(string))>
<Description("This property identifies the QueryString parameter used to pass the ID of a user to a profile page or location template when a user name is clicked in the Browse User screen. The default is ID. The parameter defined in this property is appended to the QueryString of the path defined in the ProfileUrl property. The default is ID.")>
<DefaultValue("id")>
Public Property ProfileParamName() 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!