UserGroupManagerSetLocalUserDetailsV2 Method

Update the first and last name, email and contact details of a locally managed user. This method can only be called by the user that's being updated. The ID property of LocalUserDetails is ignored.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Update the details of a locally managed user")]
public void SetLocalUserDetailsV2(
	LocalUserDetails details
)

Parameters

details  LocalUserDetails
 

See Also