Return the Page Id's 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<Guid> GetPageIds(
	SitemapScope scope
)
Visual Basic
Public Function GetPageIds ( _
	scope As SitemapScope _
) As IEnumerable(Of Guid)
Visual C++
public:
IEnumerable<Guid>^ GetPageIds(
	SitemapScope scope
)

Parameters

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

Return Value

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

See Also