SPWeb.GetUserToken Method
SharePoint 2010
Retrieves the user token for the specified user.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)] public SPUserToken GetUserToken( string userName )
Parameters
- userName
- Type: System.String
A string that contains the value of the LoginName property for an SPUser object.