<PackageReference Include="Relativity.Server.Extensibility.SDK" Version="5000.0.2" />

MassOperationResponse

Represents the results of a read operation on a mass operation.
public List<Action> Actions { get; set; }

Gets a list of RESTful operations that a user has permissions to perform on the mass operation.

public string ApplicationName { get; set; }

Gets the event handler application name if the mass operation has an event handler type.

public string ClassName { get; set; }

Gets the event handler class name if the mass operation has an event handler type.

Gets the name and artifactID of who created the mass operation.

public DateTime CreatedOn { get; set; }

Gets the time the mass operation was created.

public int EventHandlerID { get; set; }

Gets the event handler ID if the mass operation has an event handler type.

Gets the name and artifactID of who last edited the mass operation.

public DateTime LastModifiedOn { get; set; }

Gets the time the mass operation was last edited.

Gets the layout identifier if the mass operation has an event handler type.

public Meta Meta { get; set; }

Gets a list of unsupported and read-only properties on the current mass operation object.

public string Name { get; set; }

Gets the name of the mass operation.

Gets the parent object type of the mass operation.

public bool OpenInModal { get; set; }

If true, the mass operation will open in a modal. If false, the mass operation will open in a pop-up.

public int PopupHeight { get; set; }

Gets the popup height of the custom page if the mass operation has a custom page type.

public int PopupWidth { get; set; }

Gets the popup width of the custom page if the mass operation has a custom page type.

Gets the list of identifiers of associated Relativity Applications for the mass operation.

public MassOperationType Type { get; set; }

Gets the type of mass operation.

public string Url { get; set; }

Gets the URL of the custom page if the mass operation has a custom page type.