SPWebApplication.IMigrateUserCallback.ConvertFromOldUser method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Function ConvertFromOldUser ( _
oldUser As String, _
authType As SPWebApplication.AuthenticationMethod, _
isGroup As Boolean _
) As String
'用途
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
)
參數
- oldUser
Type: System.String
- isGroup
Type: System.Boolean
傳回值
Type: System.String
請參閱
參照
SPWebApplication.IMigrateUserCallback interface