Tab public class Tab : Artifact Documentation public string ExternalLink { get; set; } public bool? IsDefault { get; set; } public bool? IsVisible { get; set; } public string LinkType { get; set; } public string Name { get; set; } public ObjectType ObjectType { get; set; } public int? Order { get; set; } public FieldValueList<RelativityApplication> RelativityApplications { get; set; } public int? TabDisplay { get; set; } public Tab() public Tab(int artifactID)