IObjectTypeManager
Exposes methods for creating, reading, updating, and deleting object types, as well as various helper methods.
Adds a single object type to Relativity.
Deletes an object type.
Gets a list of all object types available to be a parent object type for a given workspace.
Gets a list of all dependencies for an existing object type.
Retrieves basic metadata for an object type, including its name, parent object type, and other properties.
Task<ObjectTypeResponse> ReadAsync(int workspaceID, int objectTypeID, bool includeMetadata, bool includeActions)
Retrieves extended metadata for an object type, including information about additional actions available.
Modifies the properties of an object type.
Task UpdateAsync(int workspaceID, int objectTypeID, ObjectTypeRequest objectTypeRequest, DateTime lastModifiedOn)
Restricts updates to the properties of the object type to the date that it was last modified