Document public class Document : Artifact Documentation public FieldValueList<Batch> Batch { get; set; } public FieldValueList<User> Batch_AssignedTo { get; set; } public FieldValueList<BatchSet> Batch_BatchSet { get; set; } public FieldValueList<Choice> Batch_Status { get; set; } public string FileIcon { get; set; } public string FolderName { get; set; } public Choice HasImages { get; set; } public bool? HasInlineTags { get; set; } public bool? HasNative { get; set; } public MultiChoiceFieldValueList ImageQCStatus { get; set; } public int? RelativityImageCount { get; set; } public string RelativityNativeFileLocation { get; set; } public decimal? RelativityNativeTimeZoneOffset { get; set; } public string RelativityNativeType { get; set; } public bool? SupportedByViewer { get; set; } public int? TimeZoneField { get; set; } public Document() public Document(int artifactID)