Overload List

  NameDescription
RemoveUsersFromRoles(array<NTAccount>[]()[], array<String>[]()[])
Removes the specified Windows accounts from the specified roles.
RemoveUsersFromRoles(array<String>[]()[], array<String>[]()[])
Removes the specified user names from the specified roles.
RemoveUsersFromRoles(array<NTAccount>[]()[], array<String>[]()[], Guid)
Removes the specified Windows accounts from the specified roles.
RemoveUsersFromRoles(array<String>[]()[], array<String>[]()[], Guid)
Removes the specified user names from the specified roles.

See Also