SPMaintenanceWindow members
The SPMaintenanceWindow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMaintenanceWindow() | For serialization. | |
SPMaintenanceWindow(SPMaintenanceWindowType, DateTime, DateTime, DateTime, DateTime, TimeSpan, String) |
Top
Properties
Name | Description | |
---|---|---|
Duration | maintenance duration | |
MaintenanceEndDate | maintenance end date | |
MaintenanceLink | Additional information about the maintenance events for the content database. | |
MaintenanceStartDate | maintenance start date | |
MaintenanceType | type of the maintenance. | |
NotificationEndDate | notification end date | |
NotificationStartDate | notification start date | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ShouldNotify | ||
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top