File public class File Documentation Code public bool ClearExisting { get; set; } public int DocumentArtifactID { get; set; } public int FileID { get; set; } public string Filename { get; set; } public string Guid { get; set; } public string Identifier { get; set; } public bool InRepository { get; set; } public string Location { get; set; } public string Message { get; set; } public int ObjectArtifactID { get; set; } public int Order { get; set; } public Redaction[] Redactions { get; set; } public int Rotation { get; set; } public long? Size { get; set; } public int Status { get; set; } public int Type { get; set; } public File()