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

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