Note: This API is now obsolete.
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
[ObsoleteAttribute("Use IClientManager instead. See https://platform.relativity.com/RelativityOne/Content/What_s_new/RSAPI_deprecation_process.htm for more details.")] public WriteResultSet<Client> MassEdit( Client templateArtifact, List<int> artifactIDs )
Parameters
- templateArtifact
- Type: kCura.Relativity.Client.DTOsClient
An Artifact with a set of Fields from which the Field values will be applied to each Artifact. - artifactIDs
- Type: System.Collections.GenericListInt32
The ArtifactID of each item that will be edited.
Return Value
Type: WriteResultSetClientA WriteResultSet indicating the status of the MassEdit operation.
Implements
IGenericRepositoryTMassEdit(T, ListInt32)Remarks
See Also