ContentDeploymentJobCollection Constructor
Constructs a new ContentDeploymentJobCollection.
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 ContentDeploymentJobCollection(listItems)
public ContentDeploymentJobCollection(
SPListItemCollection listItems
)
Parameters
- listItems
Type: Microsoft.SharePoint.SPListItemCollection
SPListItemCollection object from which to wrap and construct a ContentDeploymentJobCollection object.
See Also
Reference
ContentDeploymentJobCollection Class