You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Blog Class > Blog Methods > GetBlogData Method
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
GetBlogData Method

This is the overview for the GetBlogData method overload.

Overloaded Method to obtain a BlogData Class.

  • GetBlogData (FolderData) - returns the corresponding blog (if applicable) for a complete folderData object.
  • GetBlogData (Long) - returns either a populated BlogData class or null (nothing) by providing the ID of the blog.
  • GetBlogData (Long, DateTime)- returns either a populated BlogData class or null (nothing) by providing the ID of the blog and date to start returning data.
  • GetBlogData (Long, DateTime, Int, Int)- returns either a populated BlogData class or null (nothing) by providing the integer ID of the blog, the date to start returning data, the number of posts to return and the language ID.

 
Name 
Description 
 
Returns the corresponding blog (if applicable) for a complete folderData object. If there is code that already leverages our FolderData class, this can piggyback atop it. Returns only if the folder is a blog.
This method can be accessed through the blog.asmx file located in:  
 
Overloaded Method to obtain a BlogData Class. Accepts the Numeric ID of the blog. Returns either a populated BlogData class or null (nothing).
This method can be accessed through the blog.asmx file located in:  
 
Overloaded Method to obtain a BlogData Class. Accepts the numeric ID of the blog, as well as the StartDate (as DateTime) for the posts. Returns either a populated BlogData class or null (nothing).
This method can be accessed through the blog.asmx file located in:  
 
Overloaded Method to obtain a BlogData Class. Accepts the numeric ID of the blog, the StartDate (as DateTime) for the posts, the number of posts visible and the language ID. Returns either a populated BlogData class or null (nothing).
This method can be accessed through the blog.asmx file located in:  
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!