Class ScheduledJobCollection
Represents a collection of ScheduledJob classes.
Inheritance
System.Object
ScheduledJobCollection
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ScheduledJobCollection : List<ScheduledJob>
Constructors
ScheduledJobCollection()
Declaration
public ScheduledJobCollection()
ScheduledJobCollection(IEnumerable<ScheduledJob>)
Declaration
public ScheduledJobCollection(IEnumerable<ScheduledJob> jobs)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<ScheduledJob> | jobs |