xAxaptaUserManager.updateUserRoleAssignments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void updateUserRoleAssignments(System::String ^ userId, cli::array <System::Object ^> ^ roles, cli::array <System::Object ^> ^ removeRoles);
public virtual void updateUserRoleAssignments (string userId, object[] roles, object[] removeRoles);
abstract member updateUserRoleAssignments : string * obj[] * obj[] -> unit
override this.updateUserRoleAssignments : string * obj[] * obj[] -> unit
Public Overridable Sub updateUserRoleAssignments (userId As String, roles As Object(), removeRoles As Object())
Parameters
- userId
- String
- roles
- Object[]
- removeRoles
- Object[]