<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

kCura.EDDS.WebAPI.DocumentManagerBase.Document

public class Document : Artifact
namespace kCura.EDDS.WebAPI.DocumentManagerBase { public class Document : Artifact { public int? FolderArtifactID { get; set; } public Field[] Fields { get; set; } public bool HasImages { get; set; } public bool HasNative { get; set; } public bool HasProducedImages { get; set; } public bool HasTranscript { get; set; } public string NativeGUID { get; set; } public string TranscriptGuid { get; set; } public string[] AuditMessages { get; set; } public Document(); } }