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

NameValidationRequest

public class NameValidationRequest
Contains the requested new name for an existing artifact causing a name or friendly name conflict.
public int ConflictArtifactID { get; set; }

The ID of the artifact that caused the validation conflict.

Indicates the type of conflict: name or friendly name.

public string Value { get; set; }

The new name requested for the artifact that caused the validation conflict.

public int WorkspaceID { get; set; }

The ID of the workspace with the validation conflict.