Creates RDO instances for each ArtifactRequest in artifacts based on the Field values provided by a 'template' ArtifactRequest.
Namespace: kCura.Relativity.Client.Repositories
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
Parameters
- templateArtifact
- Type: T
An Artifact with a set of fields providing default values - artifacts
- Type: System.Collections.GenericListT
A list of Artifacts to be created. An RDO will be created for each Artifact in the list.
Return Value
Type: WriteResultSetTWriteResultSet indicating the status of the MassCreate operation
Implements
IGenericRepositoryTMassCreate(T, ListT)Remarks
See Also