Intersoft ClientUI Documentation
GenerateSitemap Method



XML Document
Display name attribute
Children attribute
Icon attribute
Utility method of UXBreadCrumb control to easily generate sitemap from the view model that can be bound directly to Sitemap property.
Syntax
Public Shared Function GenerateSitemap( _
   ByVal xDocument As XDocument, _
   ByVal displayNamePath As String, _
   ByVal navigateUriPath As String, _
   ByVal childrenPath As String, _
   ByVal iconPath As String _
) As IEnumerable(Of SitemapData)
Dim xDocument As XDocument
Dim displayNamePath As String
Dim navigateUriPath As String
Dim childrenPath As String
Dim iconPath As String
Dim value As IEnumerable(Of SitemapData)
 
value = UXBreadCrumb.GenerateSitemap(xDocument, displayNamePath, navigateUriPath, childrenPath, iconPath)
public static IEnumerable<SitemapData> GenerateSitemap( 
   XDocument xDocument,
   string displayNamePath,
   string navigateUriPath,
   string childrenPath,
   string iconPath
)

Parameters

xDocument
XML Document
displayNamePath
Display name attribute
navigateUriPath
Navigate uri attribute
childrenPath
Children attribute
iconPath
Icon attribute

Return Value

IEnumerable of SitemapData
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXBreadCrumb Class
UXBreadCrumb Members
Sitemap Property

Send Feedback