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

Returns a populated blog roll class. Accepts a blog's numeric ID value. See the BlogRoll class for more information. 

This method can be accessed through the blog.asmx file located in:

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

This function is overloaded. See Also: 

GetBlogRoll (string)  

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

A populated BlogRoll class or a null (nothing).

Developers are advised to check for null prior to using this class.

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!