SPWebApplication.IMigrateUserCallback.ConvertFromOldUser method
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
)
Parameters
- oldUser
Type: System.String
- isGroup
Type: System.Boolean
Return value
Type: System.String
See also
Reference
SPWebApplication.IMigrateUserCallback interface