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

ApplicationInstallConflict

Represents a conflict found during application install validation.

Identifies the component type that triggered the conflict.

The application associated with the conflicted artifact for lock conflicts.

The ID, GUID, and name of the artifact that caused the validation conflict.

public int ConflictCorrelationID { get; set; }

The ID that identifies the validation conflict.

Indicates the type of conflict: locked application, name, or friendly name.

public string Description { get; set; }

A description of the validation conflict.

A list of available resolution options for this conflict.

A pre-filled list of resolution options for the conflict.