MassEditAction Class

Describes a single 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 class MassEditAction
Inheritance
Object    MassEditAction

Constructors

MassEditActionInitializes a new instance of the MassEditAction class

Properties

Action Type of the operation to perform
BooleanValue Argument passed to the operation
ErrorCode Error code returned when an exception occurs when performing the operation.
ErrorMessageCode Error code returned when an operation cannot be performed
ExecutedUsers The number of users for which the operation was performed.
IsSelected Must be set to true in order to perform the action
NewValue Not used
RemainingLicenses Number of remaining licenses after executing an operation which assigns user license, viewer license or web scanning license.
SelectedUsers The total number of selected users.
Status Result of executing the operation
Value Argument passed to the operation
ValueLength The number of FileHold groups added/removed from the users.

Extension Methods

See Also