UserInfoProviderRemoveUserFromRole Method (Int32, Int32) |
Removes specified user from the role.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static void RemoveUserFromRole(
int userId,
int roleId
)
Parameters
- userId
- Type: SystemInt32
User ID - roleId
- Type: SystemInt32
Role ID
See Also