ContentDeploymentJob Members

Include Protected Members
Include Inherited Members

Defines details of a content deployment job.

The ContentDeploymentJob type exposes the following members.

Properties

  Name Description
Public property Description Gets or sets text that describes this ContentDeploymentJob object.
Public property ExportMethod Gets or sets the export method for this ContentDeploymentJob object.
Public property ExportObjects Gets a collection of objects that is exported in the content deployment job.
Public property FileLocation Gets the location of the data files that have been exported.
Public property Id Gets the GUID for this ContentDeploymentJob object.
Public property IsEnabled Gets or sets the value that determines whether this ContentDeploymentJob object is enabled.
Public property IsQuickDeployJob Gets or sets a value that determines whether this ContentDeploymentJob object is a Quick Deploy job.
Public property IsRecurring Gets the value that determines whether this ContentDeploymentJob object occurs only once or is recurring.
Public property JobType Gets or sets type information for this ContentDeploymentJob object.
Public property LastReport Gets or sets the most recent report for this ContentDeploymentJob object.
Public property LastReportId The UniqueId for the most recent report.
Public property LastRunTime Gets or sets the last date and time that this ContentDeploymentJob object was run.
Public property LastStatus Gets or sets the last status code for this ContentDeploymentJob object.
Public property LastStatusMessage Gets or sets the last status message for this ContentDeploymentJob object.
Public property LastSuccessfulDeploymentTime Gets or sets the date and time that this ContentDeploymentJob object was successfully deployed.
Public property Name Gets or sets the name of this ContentDeploymentJob object.
Public property NextRunTime Gets the next date and time that this ContentDeploymentJob object runs.
Public property NotificationEmailAddresses Gets or sets the e-mail addresses of individuals who receive notification e-mails about this ContentDeploymentJob object.
Public property NotificationSettings Gets or sets notification settings for this ContentDeploymentJob object.
Public property ParentCollection Gets the parent collection for this ContentDeploymentJob object.
Public property Path Gets or sets the path for this ContentDeploymentJob object.
Public property Reports Gets reports from the ContentDeploymentJobReportCollection object for this ContentDeploymentJob object.
Public property TimerJobDefinition Gets or sets the timer service for the SPJobDefinition object.
Public property TimerJobDefinitionId Gets or sets the timer service GUID for the SPJobDefinition object that is associated with this ContentDeploymentJob object.

Top

Methods

  Name Description
Public methodStatic member AddQuickDeployObject Adds this ContentDeploymentJob object to the list of Quick Deploy items in the given SPWeb object.
Public method Cancel Cancels this ContentDeploymentJob.
Public method Delete Deletes this ContentDeploymentJob.
Public method Dispose This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DisposableListItemWrapper.)
Public method Equals (Inherited from Object.)
Protected method Finalize This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DisposableListItemWrapper.)
Public methodStatic member GetAllJobs Returns all jobs in this ContentDeploymentJobCollection collection.
Public methodStatic member GetAllQuickDeployJobs The collection of all QuickDeploy content deployment jobs in this ContentDeploymentJobCollection collection.
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetInstance(Guid) Gets the instance of the SPDeploymentObject object that matches the specified jobId.
Public methodStatic member GetInstance(String) Returns the ContentDeploymentJob object with the specified jobName.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Run() Runs the ContentDeploymentJob job.
Public method Run(Boolean) Runs the ContentDeploymentJob job immediately and synchronously, by default.
Public method Run(Boolean, DateTime) Runs the ContentDeploymentJob job synchronously or asynchronously and deploys changes that have been made since the specified date and time.
Public method Test() Tests this ContentDeploymentJob object synchronously.
Public method Test(Boolean) Tests this ContentDeploymentJob job asynchronously by default.
Public method ToString (Inherited from Object.)
Public method Update Updates this ContentDeploymentJob object.

Top

Events

  Name Description
Public event Exporting Indicates that the export is about to start.
Public event Importing Indicates that the import is about to start.
Public event Transferring This event is raised when the data transfer is about to start.

Top

See Also

Reference

ContentDeploymentJob Class

Microsoft.SharePoint.Publishing.Administration Namespace