Returns an enumerator that iterates through the PageTreeData.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public IEnumerator<PageData> GetEnumerator()

Return Value

A IEnumerator<(Of <(PageData>)>) that can be used to iterate through the collection.

Implements

IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()

See Also