ContentDeploymentJob Methods

Include Protected Members
Include Inherited Members

The ContentDeploymentJob type exposes the following members.

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 object.
Public method Delete Deletes this ContentDeploymentJob object.
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 a collection of all the content deployment jobs associated with this site.
Public methodStatic member GetAllQuickDeployJobs Gets the collection of all Quick Deploy 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) Gets 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 Run(Boolean, String)
Public method Run(Boolean, DateTime, String)
Public method Test() Tests this ContentDeploymentJob object synchronously.
Public method Test(Boolean) Tests this ContentDeploymentJob job asynchronously by default.
Public method Test(String)
Public method Test(Boolean, String)
Public method ToString (Inherited from Object.)
Public method Update Updates this ContentDeploymentJob object.

Top

See Also

Reference

ContentDeploymentJob Class

Microsoft.SharePoint.Publishing.Administration Namespace