Click or drag to resize
UserInfoProviderGetUserMembershipRolesInternal Method
Returns the table of the user roles given by membership connection.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
protected virtual DataTable GetUserMembershipRolesInternal(
	UserInfo userInfo,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

userInfo
Type: CMS.MembershipUserInfo
User info for retrieving the role table
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
Top N records
columns
Type: SystemString
Columns to get

Return Value

Type: DataTable
See Also