Applies the Field values from the 'template' artifact to each of the Artifacts identified by the array of ArtifactIDs.
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 holding Field values to be applied to each Artifact. - artifactIDs
- Type: System.Collections.GenericListInt32
The ArtifactID of each item that will be edited.
Return Value
Type: WriteResultSetTA WriteResultSet indicating the status of the MassEdit operation.
Implements
IGenericRepositoryTMassEdit(T, ListInt32)Remarks
See Also