Share via


MigrationReportCollection Class

A collection of migration reports.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Publishing.CollectionBase<MigrationReport>
    Microsoft.SharePoint.Publishing.ListItemBasedReadOnlyCollection<MigrationReport>
      Microsoft.SharePoint.Publishing.Administration.MigrationReportCollection

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class MigrationReportCollection _
    Inherits ListItemBasedReadOnlyCollection(Of MigrationReport)
'Usage
Dim instance As MigrationReportCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class MigrationReportCollection : ListItemBasedReadOnlyCollection<MigrationReport>

Remarks

This class is read-only for users.

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

MigrationReportCollection Members

Microsoft.SharePoint.Publishing.Administration Namespace