ContentDeploymentJobReportCollection class

Represents a collection of Content Deployment Report objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.CollectionBase<ContentDeploymentJobReport>
    Microsoft.SharePoint.Publishing.ListItemBasedReadOnlyCollection<ContentDeploymentJobReport>
      Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReportCollection

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

Syntax

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

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

ContentDeploymentJobReportCollection members

Microsoft.SharePoint.Publishing.Administration namespace

ContentDeploymentJobReport