UserGroupManagerAddLocalUser(LocalUserProperties, Boolean, Boolean, Boolean, Database, DbTransaction) Method

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
public Guid AddLocalUser(
	LocalUserProperties localUserProperties,
	bool isSelfRegistered,
	out bool setLicenseSuccess,
	bool allowEmptyPassword,
	Database database,
	DbTransaction transaction
)

Parameters

localUserProperties  LocalUserProperties
 
isSelfRegistered  Boolean
 
setLicenseSuccess  Boolean
 
allowEmptyPassword  Boolean
 
database  Database
 
transaction  DbTransaction
 

Return Value

Guid

See Also