ScheduledItem class

Provides a wrapper that includes scheduling-specific behavior for items in the ListItem class.

Inheritance hierarchy

System.Object
  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)

Syntax

'Declaration
Public Class ScheduledItem _
    Inherits ClientObject
'Usage
Dim instance As ScheduledItem
public class ScheduledItem : ClientObject

Remarks

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.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ScheduledItem members

Microsoft.SharePoint.Client.Publishing namespace