ContentDeploymentJob Class

Defines details of a content deployment job.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Publishing.ListItemWrapper
    Microsoft.SharePoint.Publishing.DisposableListItemWrapper
      Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ContentDeploymentJob _
    Inherits DisposableListItemWrapper
'Usage
Dim instance As ContentDeploymentJob
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ContentDeploymentJob : DisposableListItemWrapper

Remarks

A content deployment job consists of the following properties.

Property name

Description

Name

The name of the content deployment job.

Description

Describes the content deployment job.

Path

The path associated with this content deployment job.

JobType

Defines whether this is a full or partial content deployment.

IsRecurring

Defines whether this is a single or recurring content deployment.

NotificationSettings

Defines whether and when to send e-mail notification when the content deployment succeeds or fails.

ExportMethod

Determines whether to export all changes at one time or incrementally.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ContentDeploymentJob Members

Microsoft.SharePoint.Publishing.Administration Namespace