Edit a new Role
Namespace: White_Tiger.UserManagmentAssembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)
Syntax
C# |
---|
public void EditRole( string username, string password, string role, RoleType type ) |
Visual Basic |
---|
Public Sub EditRole ( username As String, password As String, role As String, type As RoleType ) |
Visual C++ |
---|
public: void EditRole( String^ username, String^ password, String^ role, RoleType type ) |
Parameters
- username
- Type: System..::..String
name of user
- password
- Type: System..::..String
password
- role
- Type: System..::..String
name of the new role
- type
- Type: White_Tiger.UserManagment..::..RoleType
type of the new role