SPWebApplication.IMigrateUserCallback.ConvertFromOldUser 方法
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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
类型:System.String
- isGroup
类型:System.Boolean
返回值
另请参阅
引用
SPWebApplication.IMigrateUserCallback 接口