|
Ektron CMS400.NET API Documentation
|
The BlogEntries server control allows you to display a list of multiple blog posts on a Web form.
[DefaultProperty("BlogID"), ToolboxData("<{0}:BlogEntries runat=server></{0}:BlogEntries>")]
public class BlogEntries : EkXsltBase, IEnumerator, IEnumerable, IListSource, IDataSource;<DefaultProperty("BlogID"), ToolboxData("<{0}:BlogEntries runat=server></{0}:BlogEntries>")>
Public Class BlogEntries
Inherits EkXsltBase
Inherits IEnumerator
Inherits IEnumerable
Inherits IListSource
Inherits IDataSourceBlogEntries.cs
|
Name |
Description |
|
The methods of the BlogEntries class are listed here. | |
|
The properties of the BlogEntries class are listed here. |
|
|
Name |
Description |
|
Method that can be overridden and used to grab data from the back end for each server control. | |
|
This method returns a blog post RSS feed. | |
|
Gets the view data using dataset | |
|
gets the view names | |
|
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. | |
|
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 blog to display when the blog is not associated with a specific user. To display a blog associated with a user, leave this property set to 0 (zero) and enter the user's ID in the DefaultUserID property. | |
|
Checks the QueryString for this value and shows the post when specified. Leave blank to always display the blog. | |
|
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. | |
|
The date of the last blog posts you want to appear. For example, if you want to display blog posts for January 1, 2007 and before, you enter 1/1/2007. | |
| ||
|
The Xslt used to render the blog entry list (optional). | |
| ||
| ||
|
Sets the height of the blog editor in pixels. | |
|
Sets the width of the blog editor in pixels. | |
|
Set to True to allow users to edit their posts and replies in HTML. | |
|
Set the maximum number of posts to display. The default is -3.
| |
|
Shows the title and tagline when set to True. | |
|
Returns the Xslt object for the collection. |
|
Copyright (c) 2008. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|