Click or drag to resize
UserInfoProviderGetUserRolesInternal Method
Returns the table of the user roles.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
protected virtual DataTable GetUserRolesInternal(
	UserInfo userInfo,
	string where,
	string orderBy,
	int topN,
	string columns,
	bool includeMembership,
	bool includeGlobal,
	bool checkValidity
)

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
includeMembership
Type: SystemBoolean
If true, membership roles are added
includeGlobal
Type: SystemBoolean
If true, global roles are added
checkValidity
Type: SystemBoolean
If true, only valid roles are selected

Return Value

Type: DataTable
See Also