Click or drag to resize
UserInfoProviderRemoveUserFromRole Method (Int32, Int32)
Removes specified user from the role.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static void RemoveUserFromRole(
	int userId,
	int roleId
)

Parameters

userId
Type: SystemInt32
User ID
roleId
Type: SystemInt32
Role ID
See Also