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

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetUserNameByIdInternal(
	int id
)

Parameters

id
Type: SystemInt32
User ID

Return Value

Type: String
See Also