You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > SiteMap Class > SiteMap Methods > GetFolderBreadcrumbPath
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
SiteMap.GetFolderBreadcrumbPath Method

Get the breadcrumb path of the folder in which content block exists. 

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

~/Workarea/webservices/WebServiceAPI/SiteMap.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetFolderBreadcrumbPath", Description = "")]
public SitemapPath[] GetFolderBreadcrumbPath(long id, bool isFolder);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetFolderBreadcrumbPath", Description = "")>
Public Function GetFolderBreadcrumbPath(id As long, isFolder As bool) As SitemapPath()
Parameters 
Description 
id 
A Content or Folder ID. 
isFolder 
Set to True if the ID is folder ID. 

Array of nodes in the path.

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!