Click or drag to resize

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

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

Parameters

localUserProperties
Type: FileHold.UserRoleManagerLocalUserProperties
isSelfRegistered
Type: SystemBoolean
setLicenseSuccess
Type: SystemBoolean
allowEmptyPassword
Type: SystemBoolean
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Guid
See Also