UserInfoProviderGetUserRoles Method (UserInfo) |
Returns the table of the user roles.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static DataTable GetUserRoles(
UserInfo userInfo
)
Parameters
- userInfo
- Type: CMS.MembershipUserInfo
User info for retrieving the role table
Return Value
Type:
DataTableSee Also