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 (long)

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:

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

This function is overloaded. See Also: 

GetBlogData (FolderData) 

GetBlogData (long, DateTime) 

GetBlogData (long, DateTime, int, int,)  

C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetBlogData By ID", Description = "")]
public BlogData GetBlogData(long BlogID);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetBlogData By ID", Description = "")>
Public Function GetBlogData(BlogID As long) As BlogData
Parameters 
Description 
BlogID 
Numeric ID of the blog. This corresponds to the ID of the blog folder. 

Either a populated BlogData class or null (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!