You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > PostHistory Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
PostHistory Class

The PostHistory server control displays a list of posts for a given user. The posts are displayed in order by date and contain the following: Topic - the topic that contains the post Posted - the date the post was created Content - the content with in the post

C#
[DefaultProperty("BoardID"), ToolboxData("<{0}:PostHistory runat=server></{0}:PostHistory>")]
public class PostHistory : EkWebControl;
Visual Basic
<DefaultProperty("BoardID"), ToolboxData("<{0}:PostHistory runat=server></{0}:PostHistory>")>
Public Class PostHistory
Inherits EkWebControl

PostHistory.cs

Name 
Description 
The methods of the PostHistory class are listed here. 
The properties of the PostHistory 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.  
 
Renders the control for output as a string. Use this method to display your controls if you instantiate your control as a component in code behind.  
 
Wrap 
Method that can be overridden and used to wrap an Ektron toolbar corresponding to a particular Control around some Html text.  
 
Name 
Description 
 
The ID of the discussion board from which to get a user's posts.  
 
Sets the amount of time, in seconds, the server control’s data is cached. The default is 0 (zero). For example, if you want to cache the data for five minutes, you set this property to 300.  
 
The maximum number of posts listed. The default is 10.  
 
The URL path to the page the where the Forum server control is located.  
 
The ID of the user for whom to get the post history.  
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!