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

Loads a blog roll for a given path. The path is a string of the blog path, ex: \Media\Blogs\MyBlog. This blog roll is the list of links for the blog. See the BlogRoll class for the properties and usage of the blog roll. 

This is an overloaded method. See Also: GetBlogRoll(Long).

C#
public BlogRoll GetBlogRoll(String Path);
Visual Basic
Public Function GetBlogRoll(ByVal Path As String) As BlogRoll
Parameters 
Description 
Path 
The path of the blog. This is a string value that corresponds to the folder path of the blog. 

This method returns a populated BlogRoll class or null (nothing).

When using, developers are advised to check for null prior to using.

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!