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

kCura.EDDS.WebAPI.DocumentManagerBase.Artifact

public class Artifact
namespace kCura.EDDS.WebAPI.DocumentManagerBase { public class Artifact { public int ArtifactID { get; set; } public int ArtifactTypeID { get; set; } public int? ParentArtifactID { get; set; } public int? ContainerID { get; set; } public int AccessControlListID { get; set; } public bool AccessControlListIsInherited { get; set; } public string Keywords { get; set; } public string Notes { get; set; } public string TextIdentifier { get; set; } public DateTime LastModifiedOn { get; set; } public int LastModifiedBy { get; set; } public int CreatedBy { get; set; } public DateTime CreatedOn { get; set; } public bool DeleteFlag { get; set; } public Guid[] Guids { get; set; } public Artifact(); } }