Click or drag to resize
UserInfoProviderGetUserInfoByWindowsLiveID Method
Returns UserInfo related to WindowsLive ID.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static UserInfo GetUserInfoByWindowsLiveID(
	string userLiveId
)

Parameters

userLiveId
Type: SystemString
Windows LiveID

Return Value

Type: UserInfo
Returns UserInfo if found, otherwise returns NULL
See Also