View public class View : Artifact Documentation public int? DashboardID { get; set; } public Field DisplayField { get; set; } public Field GroupDefinitionField { get; set; } public Field IndentationDefinitionField { get; set; } public bool? IsVisible { get; set; } public string Name { get; set; } public ObjectType ObjectType { get; set; } public int? Order { get; set; } public FieldValueList<RelativityApplication> RelativityApplications { get; set; } public bool? RenderLinks { get; set; } public bool? VisibleInDropdown { get; set; } public int? VisualizationType { get; set; } public View() public View(int artifactID)