Represents a collection of PageReference structs.

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

Syntax

C#
[SerializableAttribute]
public class PageReferenceCollection : List<PageReference>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(PageReference>)>)
    EPiServer.Core..::.PageReferenceCollection
      EPiServer.Core..::.PagePath

See Also