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

The BlogArchive server control displays a list of past months or years that have posts.

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

BlogArchive.cs

Name 
Description 
The methods of the BlogArchive class are listed here. 
The properties of the BlogArchive class are listed here. 
 
Name 
Description 
 
Fill 
Overrideable method that can be used to grab data from the back end for each server control.  
 
Wrap 
Overrideable method that can be used to wrap an Ektron toolbar corresponding to a particular Control around some Html text.  
 
Name 
Description 
 
Select whether the archive appears in month format or year format. The default is month.  
 
The ID of the blog in CMS400.NET. Can be selected via the CMS Explorer in design time.  
 
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 QueryString parameter to read a Blog ID dynamically. Set to "" if you wish to always display the default blog.  
 
Text 
Allows a developer to treat the server control as a Label, taking information from the Control and painting it on top of the Control for display. Leave blank for default display.  
 
Allows a developer to specify control's tag. Default is assumed "<span>".  
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!