Layout public class Layout : Artifact Documentation public string Name { get; set; } public ObjectType ObjectType { get; set; } public int? Order { get; set; } public bool? OverwriteProtection { get; set; } public FieldValueList<RelativityApplication> RelativityApplications { get; set; } public Layout() public Layout(int artifactID)