You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > FolderBreadcrumb Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
FolderBreadcrumb Class

The FolderBreadcrumb server control displays sitemap breadcrumbs. This type of trail is typically made up of the folder path for the content. It is important to note that the FolderBreadcrumb server control does not simply read your folder structure and display its path. It reads breadcrumb information set in the Workarea’s folder properties for each folder. Administrators define a folder's breadcrumbs on the Breadcrumb tab located in the Workarea folder properties. See Also: The Administrator Manual > "Managing Content" > "Managing Content Folders" > "Breadcrumbs" 

For additional information on this server control, see the Developer Manual section "Introduction to Ektron CMS400.NET Server Controls" > "FolderBreadcrumb Server Control"

C#
[DefaultProperty("Text"), ToolboxData("<{0}:FolderBreadcrumb runat=\"server\"></{0}:FolderBreadcrumb>")]
public class FolderBreadcrumb : EkXsltBase;
Visual Basic
<DefaultProperty("Text"), ToolboxData("<{0}:FolderBreadcrumb runat=\"server\"></{0}:FolderBreadcrumb>")>
Public Class FolderBreadcrumb
Inherits EkXsltBase

FolderBreadcrumb.cs

Name 
Description 
The methods of the FolderBreadcrumb class are listed here. 
The properties of the FolderBreadcrumb class are listed here. 
 
Name 
Description 
 
Fill 
Method that can be overridden and used to grab data from the back end for each server control.  
 
Name 
Description 
 
Gets or sets a Content ID and displays the breadcrumb trail for the folder in which the content resides. To use this property, breadcrumb information for a folder must be defined in the Workarea > [Specified Folder] > Folder properties > Breadcrumb tab.  
 
The folder ID for which you want the breadcrumb trail to display. If a DefaultContentID is given then it overrides this property. To use this property, breadcrumb information for a folder must be defined in the Workarea > [Specified Folder] > Folder properties > Breadcrumb tab.  
 
Indicate how to display the breadcrumb trail: horizontally or vertically. The default is Horizontal.  
 
Select the type of review to display, or enter the path to a custom XSLT. (optional).
 
 
Gets or Sets the QueryString parameter to read a Content ID dynamically - Set to String.Empty if you wish to always display the default ContentID (static.)  
 
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.
 
 
Mode 
Allows you to make the breadcrumb trail appear as non-hyperlinked plain text. The default is Normal.
  • Normal = breadcrumb trail is hyperlinked
  • DisplayOnly = breadcrumb trail is plain text
 
 
Enter one or more characters to separate the items in a breadcrumb trail.  
 
Returns the Xslt object for the collection.  
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!