PortalAccountMigrationManager.MigrateGroup Method
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function MigrateGroup ( _
oldName As String, _
newName As String _
) As Boolean
'Usage
Dim instance As PortalAccountMigrationManager
Dim oldName As String
Dim newName As String
Dim returnValue As Boolean
returnValue = instance.MigrateGroup(oldName, _
newName)
[ObsoleteAttribute("This class is obsolete.")]
public bool MigrateGroup(
string oldName,
string newName
)
Parameters
- oldName
Type: System.String
- newName
Type: System.String
Return Value
Type: System.Boolean
Implements
ISPGroupMigrator.MigrateGroup(String, String)
See Also
Reference
PortalAccountMigrationManager Class