MigrationReportCollection Constructor
Creates a MigrationReportCollection 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 MigrationReportCollection(listItems)
public MigrationReportCollection(
SPListItemCollection listItems
)
Parameters
- listItems
Type: Microsoft.SharePoint.SPListItemCollection
A SPListItemCollection object that represents the list items in the collection.
See Also
Reference
MigrationReportCollection Class