ContentDeploymentJob Members
SharePoint 2007
Defines details of a content deployment job.
The following tables list the members exposed by the ContentDeploymentJob type.
| Name | Description | |
|---|---|---|
| Description | Gets or sets text that describes this ContentDeploymentJob object. |
| ExportMethod | Gets or sets the export method for this ContentDeploymentJob object. |
| ExportObjects | Gets a collection of objects that is exported in the content deployment job. |
| FileLocation | Gets the location of the data files that have been exported. |
| Id | Gets the GUID for this ContentDeploymentJob object. |
| IsEnabled | Gets or sets the value that determines whether this ContentDeploymentJob object is enabled. |
| IsQuickDeployJob | Gets or sets a value that determines whether this ContentDeploymentJob object is a Quick Deploy job. |
| IsRecurring | Gets the value that determines whether this ContentDeploymentJob object occurs only once or is recurring. |
| JobType | Gets or sets type information for this ContentDeploymentJob object. |
| LastReport | Gets or sets the most recent report for this ContentDeploymentJob object. |
| LastReportId | The UniqueId for the most recent report. |
| LastRunTime | Gets or sets the last date and time that this ContentDeploymentJob object was run. |
| LastStatus | Gets or sets the last status code for this ContentDeploymentJob object. |
| LastStatusMessage | Gets or sets the last status message for this ContentDeploymentJob object. |
| LastSuccessfulDeploymentTime | Gets or sets the date and time that this ContentDeploymentJob object was successfully deployed. |
| Name | Gets or sets the name of this ContentDeploymentJob object. |
| NextRunTime | Gets the next date and time that this ContentDeploymentJob object runs. |
| NotificationEmailAddresses | Gets or sets the e-mail addresses of individuals who receive notification e-mails about this ContentDeploymentJob object. |
| NotificationSettings | Gets or sets notification settings for this ContentDeploymentJob object. |
| ParentCollection | Gets the parent collection for this ContentDeploymentJob object. |
| Path | Gets or sets the path for this ContentDeploymentJob object. |
| Reports | Gets reports from the ContentDeploymentJobReportCollection object for this ContentDeploymentJob object. |
| TimerJobDefinition | Gets or sets the timer service for the SPJobDefinition object. |
| TimerJobDefinitionId | Gets or sets the timer service GUID for the SPJobDefinition object that is associated with this ContentDeploymentJob object. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddQuickDeployObject | Adds this ContentDeploymentJob object to the list of Quick Deploy items in the given SPWeb object. |
| Cancel | Cancels this ContentDeploymentJob. |
| Delete | Deletes this ContentDeploymentJob. |
| Dispose | This member is reserved for internal use and is not intended to be used directly from your code.(inherited from DisposableListItemWrapper) |
| Equals | Overloaded. (inherited from Object) |
| GetAllJobs | Returns all jobs in this ContentDeploymentJobCollection collection. |
| GetAllQuickDeployJobs | The collection of all QuickDeploy content deployment jobs in this ContentDeploymentJobCollection collection. |
| GetHashCode | (inherited from Object) |
| GetInstance | Overloaded. |
| GetType | (inherited from Object) |
| ReferenceEquals | (inherited from Object) |
| Run | Overloaded. Runs the ContentDeploymentJob job synchronously. |
| Test | Overloaded. |
| ToString | (inherited from Object) |
| Update | Updates this ContentDeploymentJob object. |
| Name | Description | |
|---|---|---|
| Finalize | This member is reserved for internal use and is not intended to be used directly from your code.(inherited from DisposableListItemWrapper) |
| MemberwiseClone | (inherited from Object) |
| Name | Description | |
|---|---|---|
| Exporting | Indicates that the export is about to start. |
| Importing | Indicates that the import is about to start. |
| Transferring | This event is raised when the data transfer is about to start. |