UserGroupManagerAddLocalUser(LocalUserProperties, Boolean, Boolean) Method

Add new local user to the system

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add new local user to the system")]
public Guid AddLocalUser(
	LocalUserProperties localUserProperties,
	bool isSelfRegistered,
	out bool setLicenseSuccess
)

Parameters

localUserProperties  LocalUserProperties
isSelfRegistered  Boolean
setLicenseSuccess  Boolean

Return Value

Guid

See Also