<PackageReference Include="Relativity.Server.DocumentViewer.SDK" Version="5000.1.0" />

Relativity.DocumentViewer.Services.Interfaces.V2.DTOs.SaveAnnotationsReturnObject

Response of saved or created annotation.
public int[] AnnotationIDs { get; set; }

Ids of created or saved annotations.

Constructor

public SaveAnnotationsReturnObject(int[] annotationIds)

Constructor

public SaveAnnotationsReturnObject(int errorCode)

Constructor

public SaveAnnotationsReturnObject(int errorCode, string customErrorMessage)

Constructor

public SaveAnnotationsReturnObject(bool success, int[] annotationIds, string customErrorMessage, int errorCode)

Constructor