ScheduledItem Members

Include Protected Members
Include Inherited Members

The ScheduledItem class provides a wrapper that includes scheduling-specific behavior for items in the SPListItem class.

The ScheduledItem type exposes the following members.

Properties

  Name Description
Public property EndDate Gets or sets the Coordinated Universal Time (UTC) at which this ScheduledItem class ends and is no longer visible on the published site.
Public property ListItem Gets the underlying SPListItem that is wrapped by the ScheduledItem.
Public property PublishingWeb Gets the PublishingWeb that contains this ScheduledItem object.
Public property StartDate Gets or sets the Coordinated Universal Time (UTC) at which this ScheduledItem becomes a visible part of the published Web site.

Top

Methods

  Name Description
Public methodStatic member EnableSchedulingOnDeployedItems
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetScheduledItem Static method to retrieve an instance of the ScheduledItem class that wraps the specified SPListItem class.
Public method GetType (Inherited from Object.)
Public methodStatic member IsScheduledItem Static method to confirm that a SPListItem item is a valid instance of the ScheduledItem class.
Protected method MemberwiseClone (Inherited from Object.)
Public method Schedule() Schedules an instance of the SPListItem class to be automatically approved (start) and to be unpublished (end) on specified dates.
Public method Schedule(String) Schedules an SPListItem to automatically be approved (start) and be unpublished (end) on specified dates.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ScheduledItem Class

Microsoft.SharePoint.Publishing Namespace