Code public class Code : Artifact Documentation public int CodeType { get; set; } public bool IsActive { get; set; } public KeyboardShortcut KeyboardShortcut { get; set; } public string Name { get; set; } public int? OIHiliteStyleID { get; set; } public int Order { get; set; } public int[] RelativityApplications { get; set; } public bool UpdateInSearchEngine { get; set; } public Code()