ContentDeploymentJobCollection Class

Represents a collection of Content Deployment Jobs.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Publishing.CollectionBase<ContentDeploymentJob>
    Microsoft.SharePoint.Publishing.ListItemBasedReadOnlyCollection<ContentDeploymentJob>
      Microsoft.SharePoint.Publishing.ListItemBasedCollection<ContentDeploymentJob>
        Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection

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

Syntax

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

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

ContentDeploymentJobCollection Members

Microsoft.SharePoint.Publishing.Administration Namespace

ContentDeploymentJob