Click or drag to resize
UserInfoProviderGetUserRoles Method (UserInfo)
Returns the table of the user roles.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static DataTable GetUserRoles(
	UserInfo userInfo
)

Parameters

userInfo
Type: CMS.MembershipUserInfo
User info for retrieving the role table

Return Value

Type: DataTable
See Also