ContentDeploymentJobReportCollection Constructor
Constructs a new Content Deployment JobReportCollection object
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
listItems As SPListItemCollection _
)
'Usage
Dim listItems As SPListItemCollection
Dim instance As New ContentDeploymentJobReportCollection(listItems)
public ContentDeploymentJobReportCollection(
SPListItemCollection listItems
)
Parameters
- listItems
Type: Microsoft.SharePoint.SPListItemCollection
An SPListItemCollection to wrap and construct a Content Deployment JobReportCollection from.
See Also
Reference
ContentDeploymentJobReportCollection Class