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

Creates the site map from folder breadcrumb. 

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

~/Workarea/webservices/WebServiceAPI/SiteMap.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetWebsiteMap", Description = "")]
public WebsiteMap GetWebsiteMap(long folderId, bool getSameLevelNodes);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetWebsiteMap", Description = "")>
Public Function GetWebsiteMap(folderId As long, getSameLevelNodes As bool) As WebsiteMap
Parameters 
Description 
folderId 
Build the Web sitemap from the specified folder. 
getSameLevelNodes 
Set to True to include all sites at same level as the folder ID. 
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!