You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content 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 ID value. See the BlogRoll class for more information.

C#
public BlogRoll GetBlogRoll(Long blog_id);
Visual Basic
Public Function GetBlogRoll(ByVal 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!