ScheduledItem members

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 object that is wrapped by the ScheduledItem object.
Public property PublishingWeb Gets the PublishingWeb object that contains this ScheduledItem object.
Public property StartDate Gets or sets the Coordinated Universal Time (UTC) at which this ScheduledItem object becomes a visible part of the published Web site.

Top

Methods

  Name Description
Public methodStatic member EnableSchedulingOnDeployedItems Enables deployed list items to be visible based on a schedule.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetScheduledItem Retrieves an instance of the ScheduledItem class that wraps the specified SPListItem class.
Public method GetType (Inherited from Object.)
Public methodStatic member IsScheduledItem Confirms 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 object 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