Represents a collection of Frame classes.

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

Syntax

C#
[SerializableAttribute]
public class FrameCollection : List<Frame>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Frame>)>)
    EPiServer.DataAbstraction..::.FrameCollection

See Also