You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Classes > SiteMap Class > SiteMap Methods > RenderFolderBreadcrumbHtml
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
SiteMap.RenderFolderBreadcrumbHtml Method

Render folder breadcrumb HTML.

C#
public String RenderFolderBreadcrumbHtml(Ektron.Cms.Common.SitemapPath nodes, String pathSeparator, Boolean linkNodes, String linkTarget, Boolean displayVertical, String pageUrl);
Visual Basic
Public Function RenderFolderBreadcrumbHtml(ByVal nodes() As Ektron.Cms.Common.SitemapPath, ByVal pathSeparator As String, ByVal linkNodes As Boolean, ByVal linkTarget As String, ByVal displayVertical As Boolean, ByVal pageUrl As String) As String
Parameters 
Description 
nodes 
The items contained in the breadcrumb path. Ektron.Cms.Common.SitemapPath 
pathSeparator 
a special character that separates the items in a breadcrumb trail. 
linkNodes 
Should the items in the breadcrumb path be Hyperlinked?
True = hyperlink breadcrumb items.
False = breadcrumb items appear as plain text. 
linkTarget 
Determines the type of window that appears on this Web form when a user clicks an item in the breadcrumb trail. The default is _self.
  • _Self - opens link in the same window.
  • _Top - opens link in a parent window.
  • _Blank - opens link in a new window.
  • _Parent - opens link in the parent frame.
 
displayVertical 
Do you want the breadcrumb path to display vertically?
True = display the breadcrumb trail vertically.
False = display the breadcrumb trail horizontally. 
pageUrl 
The current page URL. Usually Request.Url. 

HTML

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!