Get a enumeration of the pages in contained PageDataCollection.

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

Syntax

C#
public virtual IEnumerator GetEnumerator()

Implements

IEnumerable..::.GetEnumerator()()()

Remarks

Used to support standard data binding through IEnumerable

See Also