ScheduledItem Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
![]() |
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 object that is wrapped by the ScheduledItem object. |
![]() |
PublishingWeb | Gets the PublishingWeb object that contains this ScheduledItem object. |
![]() |
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 | |
---|---|---|
![]() ![]() |
EnableSchedulingOnDeployedItems | Enables deployed list items to be visible based on a schedule. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() ![]() |
GetScheduledItem | Retrieves an instance of the ScheduledItem class that wraps the specified SPListItem class. |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
IsScheduledItem | Confirms 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 object to automatically be approved (start) and be unpublished (end) on specified dates. |
![]() |
ToString | (Inherited from Object.) |
Top