EditAction Enumeration

Type of operation performed on muliple users by ExecuteMassEditActionsV2()

Definition

Namespace: FileHold.UserRoleManager.MassEdit
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
public enum EditAction

Members

AutomaticPasswordReset0 Sends an email with password reset; no arguments required.
UserLicenseAssignment1 Change the role type of the users; the Value is a string representation of the RoleType enum.
ViewerLicenseAssignment2 Assign a viewer license to the users; the Value is a string representaion of the ViewerLicense.Type enum.
WebScanningLicenseAssignment3 Assign or remove the users' web scanning licenses; the BooleanValue argument must be true to assign licenses or false to remove licenses.
AddUserToGroup4 Add the users to one or more FileHold groups; the Value is an array of strings containing guids of groups to add.
RemoveUserFromGroup5 Remove the users from one or more FileHold groups; the Value is an array of strings containing guids of groups to remove.
RemoveUser6 Delete selected users; no arguments required.
ChangeUserStatus7 Enable or disable the users' licenses; the BooleanValue argument is true to enable and false to disable.
ChangeAuthenticationType8 Change the external authentication method of the users; the Value is a string representation of the AuthenticationType enum.

See Also