You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > UserProfile Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
UserProfile Class
C#
[DefaultProperty("DefaultUserID"), ToolboxData("<{0}:UserProfile runat=server></{0}:UserProfile>")]
public class UserProfile : EkXsltWebPart;
Visual Basic
<DefaultProperty("DefaultUserID"), ToolboxData("<{0}:UserProfile runat=server></{0}:UserProfile>")>
Public Class UserProfile
Inherits EkXsltWebPart

Profile.cs

Name 
Description 
The methods of the UserProfile class are listed here. 
The properties of the UserProfile class are listed here. 
 
Name 
Description 
 
Fill 
Method that can be overridden and used to grab data from the back end for each server control.  
 
Wraps the resulting collection with the Ektron Toolbars, which will only display when a user is logged in.  
 
Wrap 
Method that can be overridden and used to wrap an Ektron toolbar corresponding to a particular Control around some Html text.  
 
Name 
Description 
 
Gets or Sets the avatar height. Use 0 for the actual image dimensions.  
 
Gets or Sets the avatar width. Use 0 for the actual image dimensions.  
 
Sets the amount of time the server control’s data is cached. The default is 0 (zero). This is the amount of time, in seconds, a control’s data is cached. For example, if you want to cache the data for five minutes, you set the CacheInterval property to 300 (three hundred).  
 
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.)  
 
The Xslt to use to render the control (optional).  
 
To make this control dynamic, select ID. When you do, this server control is attached to the user passed as a URL parameter.  
 
Enables or disables showing the users email in the profile information.  
 
Specifies the Css to which this control will provide a link.Select either Use Default, None, or enter a path to a custom Css file.  
 
Gets or Sets the template-url for the personal tag links.  
 
Gets or Sets the target (window) attribute for the personal-tag links.  
 
Enter the ID number of the taxonomy or category to appear in this server control. Root is 0.  
 
Returns the Xslt object for the collection.  
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!