SPWeb.GetUserToken method
Retrieves the user token for the specified user.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetUserToken ( _
userName As String _
) As SPUserToken
'Usage
Dim instance As SPWeb
Dim userName As String
Dim returnValue As SPUserToken
returnValue = instance.GetUserToken(userName)
public SPUserToken GetUserToken(
string userName
)
Parameters
userName
Type: System.StringA string that contains the value of the LoginName property for an SPUser object.
Return value
Type: Microsoft.SharePoint.SPUserToken
The token for the specified user.
Remarks
The current user must have SPBasePermissions.EnumeratePermissions.