UserInfoProviderGetUserInfoByWindowsLiveID Method |
Returns UserInfo related to WindowsLive ID.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax public static UserInfo GetUserInfoByWindowsLiveID(
string userLiveId
)
Parameters
- userLiveId
- Type: SystemString
Windows LiveID
Return Value
Type:
UserInfoReturns UserInfo if found, otherwise returns NULL
See Also