ISPGroupMigrator.MigrateGroup-Methode
Migriert eine Gruppe eines Namens in eine andere.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Function MigrateGroup ( _
oldName As String, _
newName As String _
) As Boolean
'Usage
Dim instance As ISPGroupMigrator
Dim oldName As String
Dim newName As String
Dim returnValue As Boolean
returnValue = instance.MigrateGroup(oldName, _
newName)
bool MigrateGroup(
string oldName,
string newName
)
Parameter
oldName
Typ: System.StringNamen von migrieren.
newName
Typ: System.StringName der Migration-Ziel.
Rückgabewert
Typ: System.Boolean
Ein Wert Boolean = true , wenn Sie mindestens einen Eintrag für die Gruppe migriert wurde.