Represents a collection of PageType classes.

Namespace:  EPiServer.DataAbstraction
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
[SerializableAttribute]
public class PageTypeCollection : List<PageType>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(PageType>)>)
    EPiServer.DataAbstraction..::.PageTypeCollection

See Also