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 |
---|---|
The name of the content deployment job. |
|
Describes the content deployment job. |
|
The path associated with this content deployment job. |
|
Defines whether this is a full or partial content deployment. |
|
Defines whether this is a single or recurring content deployment. |
|
Defines whether and when to send e-mail notification when the content deployment succeeds or fails. |
|
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.