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 | |
---|---|---|
EndDate | Gets or sets the Coordinated Universal Time (UTC) at which this ScheduledItem class ends and is no longer visible on the published site. | |
ListItem | Gets the underlying SPListItem that is wrapped by the ScheduledItem. | |
PublishingWeb | Gets the PublishingWeb that contains this ScheduledItem object. | |
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 | |
---|---|---|
EnableSchedulingOnDeployedItems | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetScheduledItem | Static method to retrieve an instance of the ScheduledItem class that wraps the specified SPListItem class. | |
GetType | (Inherited from Object.) | |
IsScheduledItem | Static method to confirm that a SPListItem item is a valid instance of the ScheduledItem class. | |
MemberwiseClone | (Inherited from Object.) | |
Schedule() | Schedules an instance of the SPListItem class to be automatically approved (start) and to be unpublished (end) on specified dates. | |
Schedule(String) | Schedules an SPListItem to automatically be approved (start) and be unpublished (end) on specified dates. | |
ToString | (Inherited from Object.) |
Top