UserRoleInfoProviderGetUserRoleInfoInternal Method |
Note: This API is now obsolete.
Returns the UserRoleInfo structure for the specified userRole.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual UserRoleInfo GetUserRoleInfoInternal(
int userId,
int roleId
)
Parameters
- userId
- Type: SystemInt32
UserID - roleId
- Type: SystemInt32
RoleID
Return Value
Type:
UserRoleInfoSee Also