IObjectService
Represents the service that interacts with object manager API.
Creates the specified entity of TObject type.
Creates the specified workspace entities of TObject type.
Deletes the workspace entity by the specified IDs of workspace and entity.
Deletes the workspace entities by the specified ArtifactIDs of workspace and entities.
Gets all objects of TObject type.
TObject[] GetAll<TObject>(Expression<Func<TObject, object>> wherePropertySelector, object whereValue)
Gets all objects of TObject type matching specified property filter.
Gets a query to enumerate TObject objects.
Updates specified fields on a list of Documents or Relativity Dynamic Objects (RDOs) that match a set of identifiers by setting the fields to the same value.
Updates the specified workspace entity of TObject type.
Updates the specified workspace entity fields.