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

Enter a link to the user profile page. This allows a user to click a link in the control and be taken to the user’s profile page. There is a variables used within the link that represent the user’s ID.  

{0} - represents the user’s ID. 

The Web form can be relative or absolute. Below is an example. 

userprofilepage.aspx?uid={0}  

C#
[ Bindable(true), Category("Ektron"), DefaultValue("Use Default"), TypeConverter(typeof(ForumLinkConverter)), Description("The user profile link. {0} is the user ID.") ]
public string ProfileLink;
Visual Basic
< Bindable(true), Category("Ektron"), DefaultValue("Use Default"), TypeConverter(typeof(ForumLinkConverter)), Description("The user profile link. {0} is the user ID.") >
Public Property ProfileLink() 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!