Returns PageNode elements that is with the SitemapScope of this page-

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public IEnumerable<PageNode> GetPageNodes(
	SitemapScope scope
)
Visual Basic
Public Function GetPageNodes ( _
	scope As SitemapScope _
) As IEnumerable(Of PageNode)
Visual C++
public:
IEnumerable<PageNode^>^ GetPageNodes(
	SitemapScope scope
)

Parameters

scope
Type: Composite.Data..::..SitemapScope
The scope.

Return Value

[Missing <returns> documentation for "M:Composite.Data.PageNode.GetPageNodes(Composite.Data.SitemapScope)"]

See Also