ObjectType public class ObjectType : Artifact Documentation public bool? CopyInstancesOnParentCopy { get; set; } public bool? CopyInstancesOnWorkspaceCreation { get; set; } public int? DescriptorArtifactTypeID { get; set; } public bool? Dynamic { get; set; } public string Name { get; set; } public int? ParentArtifactTypeID { get; set; } public bool? PersistentLists { get; set; } public bool? Pivot { get; set; } public FieldValueList<RelativityApplication> RelativityApplications { get; set; } public bool? Sampling { get; set; } public bool? SnapshotAuditingEnabledOnDelete { get; set; } public bool? ViewEnabled { get; set; } public ObjectType() public ObjectType(int artifactID) public ObjectType(Guid artifactGUID) public ObjectType(List<Guid> artifactGUIDs)