PortalAccountMigrationManager Class

NOTE: This API is now obsolete.

Provides account migration support for an Office SharePoint Server application.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Portal.PortalAccountMigrationManager

Namespace:  Microsoft.SharePoint.Portal
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class PortalAccountMigrationManager _
    Implements ISPUserMigrator, ISPGroupMigrator
'Usage
Dim instance As PortalAccountMigrationManager
[ObsoleteAttribute("This class is obsolete.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class PortalAccountMigrationManager : ISPUserMigrator, 
    ISPGroupMigrator

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

PortalAccountMigrationManager Members

Microsoft.SharePoint.Portal Namespace