You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content Namespace > Classes > Blog Class > Blog Methods
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Blog Methods

The methods of the Blog class are listed here.

 
Name 
Description 
 
Adds a blog to the ParentFolderID. Accepts standard blog properties. Returns the ID of the newly created blog.  
 
Adds a post comment to a blog post. Accepts a BlogComment class as the input. Will return the result of that add action. False indicates the action was successful.  
 
Adds a post to a given blog. Accepts a ContentData class as the post content. Return new post ID.
See Also: The Example section.  
 
Deletes a blog with a given ID. This will delete the blog as well as all posts and comments for the blog. BlogID must be greater than 0.  
 
Delete Blog post comment by providing the comment's ID.  
 
Deletes a post by the post's ID. This method will delete all comments associated with the post as well. Returns boolean value.  
 
Returns a blank BlogPostData class. Used Primarily in the Workarea.  
 
This is the overview for the GetBlog method overload. 
 
This is the overview for the GetBlogData method overload. 
 
Returns the blog information for a blog post. This contains information about categories, whether comments are enabled, etc. Accepts the post ID.  
 
Gets the Post data for a specific blog post. Accepts the ID of the post. Will return tags, trackback, pingback, and categories for the post.  
 
This is the overview for the GetBlogRoll method overload. 
 
Gets a blog post for a given ID. Will also return the post information separately (ByRef) in a BlogPostData class. Returns ContentData Class.  
 
Gets a blog post for a given ID. Includes trackback, pinback, comments, and other information. Returns BlogPostData Class.  
 
gets the user blog id  
 
Updates the properties of a blog. Accepts standard blogdata object. Returns boolean.  
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!