<PackageReference Include="Relativity.API" Version="17.0.4" />

IObjectType

Represents a Relativity Object Type.
bool CopyInstancesOnCaseCreation { get; set; }

Determines if the system will copy instances of this object type when creating a new workspace with a template that has instances of it.

bool CopyInstancesOnParentCopy { get; set; }

Determines if child objects will be copied when the parent object is copied.

bool EnableSnapshotAuditingOnDelete { get; set; }

Determines if Relativity will capture field values when deleting objects of this type.

bool IsDynamic { get; set; }

Determines if this object type is a RDO.

bool IsSystem { get; set; }

Determines if the Object Type is created and managed by the system.

bool IsViewEnabled { get; set; }

Determines if users can create views for the object type.

int ParentArtifactTypeID { get; set; }

The Artifact Type ID of the parent object type

bool PersistentListsEnabled { get; set; }

Determines if users have the ability to save a list of these objects as a persistent list.

bool PivotEnabled { get; set; }

Determines if pivoting is enabled or disabled on objects of this type.

bool SamplingEnabled { get; set; }

Determines if sampling is enabled or disabled on objects of this type.