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

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:

~/Workarea/webservices/WebServiceAPI/Content/Blog.asmx

This function is overloaded. See Also: 

GetBlogData (long) 

GetBlogData (long, DateTime) 

GetBlogData (long, DateTime, int, int)  

C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetBlogData By FolderData", Description = "")]
public BlogData GetBlogData(FolderData folder_data);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetBlogData By FolderData", Description = "")>
Public Function GetBlogData(folder_data As FolderData) As BlogData
Parameters 
Description 
folder_data 
A populated FolderData class. (see FolderData) 

A populated BlogData class or nothing

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!