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