Click or drag to resize

UserGroupManagerAddLocalUser Method (LocalUserProperties, Boolean, Boolean)

Add new local user to the system

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
)

Parameters

localUserProperties
Type: FileHold.UserRoleManagerLocalUserProperties
isSelfRegistered
Type: SystemBoolean
setLicenseSuccess
Type: SystemBoolean

Return Value

Type: Guid
See Also