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