Click or drag to resize
UserRoleInfoProviderGetUserRoleInfoInternal Method
Returns the UserRoleInfo structure for the specified userRole.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
protected virtual UserRoleInfo GetUserRoleInfoInternal(
	int userId,
	int roleId
)

Parameters

userId
Type: SystemInt32
UserID
roleId
Type: SystemInt32
RoleID

Return Value

Type: UserRoleInfo
See Also