Click or drag to resize
UserInfoProviderGetUserNameById Method
Returns the UserName by the specified user ID.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static string GetUserNameById(
	int id
)

Parameters

id
Type: SystemInt32
User ID

Return Value

Type: String
See Also