Click or drag to resize
UserInfoProviderGetGenericRoles Method
Gets user generic roles in format "'role1', 'role2'"

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
public static string GetGenericRoles(
	UserInfo userInfo
)

Parameters

userInfo
Type: CMS.MembershipUserInfo
User info

Return Value

Type: String
See Also