ScheduledItem class
SharePoint Online
Provides a wrapper that includes scheduling-specific behavior for items in the ListItem class.
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Publishing.ScheduledItem
Microsoft.SharePoint.Client.Publishing.PublishingPage
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Publishing.ScheduledItem
Microsoft.SharePoint.Client.Publishing.PublishingPage
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
A ScheduledItem item is visible on the published site only between the scheduled start date (StartDate) and end date (EndDate).
The ScheduledItem class wraps the ListItem class. It also directly exposes the underlying ListItem class through the ListItem property so that additional ListItem and File functionality can be easily accessed.
This class can be instantiated by using the static GetScheduledItem method.
Show: