SPWebApplication.IMigrateUserCallback.ConvertFromOldUser-Methode
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Function ConvertFromOldUser ( _
oldUser As String, _
authType As SPWebApplication.AuthenticationMethod, _
isGroup As Boolean _
) As String
'Usage
Dim instance As SPWebApplication.IMigrateUserCallback
Dim oldUser As String
Dim authType As SPWebApplication.AuthenticationMethod
Dim isGroup As Boolean
Dim returnValue As String
returnValue = instance.ConvertFromOldUser(oldUser, _
authType, isGroup)
string ConvertFromOldUser(
string oldUser,
SPWebApplication.AuthenticationMethod authType,
bool isGroup
)
Parameter
- oldUser
Typ: System.String
- isGroup
Typ: System.Boolean
Rückgabewert
Typ: System.String
Siehe auch
Referenz
SPWebApplication.IMigrateUserCallback Schnittstelle