ScheduleCollection Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class represents a collection of Schedule items that describes the schedule to use for a specific schedule in a CSSubscription data store.
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.SubscriptionScheduleCollection

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class ScheduleCollection : IEnumerable<Schedule>, 
	IEnumerable, ICollection<Schedule>

The ScheduleCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of schedules in the collection.
Public propertyIsReadOnly
Public propertyItemInt32
Gets the Schedule at the specified index.
Public propertyItemString
Gets the Schedule with the specified name.
Public propertyNextOccurence
Gets the next point in time when the next occurrence, specified by all members this schedule, should occur.
Top
Methods

  NameDescription
Public methodAdd
Adds the specified schedule to the collection of schedules.
Public methodClear
Public methodContains
Public methodCopyTo
Public methodStatic memberCreate
Creates a new instance of the ScheduleCollection class from an Xml source.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection of schedules.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Public methodToString (Inherited from Object.)
Public methodToXml
Writes the content of this collection to Xml that can be serialized into a permanent data store.
Top
See Also

Reference