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

Gets or Sets the default user ID for this control. This is the user ID that will be shown if the DynamicParameter does not get a value. (e.g. userprofile.aspx?userid=2 will get the value 2 for a DynamicParameter of "id", and will display DefaultUserID otherwise.)

C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue(0)]
[Description("Gets or sets the default user ID for this control. This is the user ID that will be shown if the DynamicParameter does not get a value. (e.g. userprofile.aspx?userid=2 will get the value 2 for a DynamicParameter of \"id\", and will use DefaultUserID otherwise.)")]
public long DefaultUserID;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue(0)>
<Description("Gets or sets the default user ID for this control. This is the user ID that will be shown if the DynamicParameter does not get a value. (e.g. userprofile.aspx?userid=2 will get the value 2 for a DynamicParameter of \"id\", and will use DefaultUserID otherwise.)")>
Public Property DefaultUserID() As long
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!