| IDatabaseRepositoryCreateUser Method (String, String, String, String, String, Boolean) | 
            Creates a user.
            
 
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxIUser CreateUser(
	string name,
	string description,
	string externalId,
	string passwordHash,
	string passwordSalt,
	bool isInactive
)
Parameters
- name
 - Type: SystemString
The user name. - description
 - Type: SystemString
The description. - externalId
 - Type: SystemString
The external ID. This argument is optional. - passwordHash
 - Type: SystemString
The password hash. - passwordSalt
 - Type: SystemString
The password salt. - isInactive
 - Type: SystemBoolean
Indicates if the new user should be inactive. 
Return Value
Type: 
IUserThe user.
See Also