Represents a collection of ScheduledJob classes.

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

Syntax

C#
[SerializableAttribute]
public class ScheduledJobCollection : List<ScheduledJob>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(ScheduledJob>)>)
    EPiServer.DataAbstraction..::.ScheduledJobCollection

See Also