SaaS CMS has officially launched! Learn more now.

Class FrameCollection

Represents a collection of Frame classes.

Inheritance
System.Object
FrameCollection
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class FrameCollection : List<Frame>

Constructors

FrameCollection()

Declaration
public FrameCollection()

FrameCollection(IEnumerable<Frame>)

Declaration
public FrameCollection(IEnumerable<Frame> frames)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Frame> frames

Extension Methods