MassCreateRequest.ValueLists Property

Relativity Services API
Gets or sets a list of values used to populate the new objects. The order of the values corresponds to the order of the Fields.

Namespace:  Relativity.Services.Objects.DataContracts
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public IReadOnlyList<IReadOnlyList<Object>> ValueLists { get; set; }

Property Value

Type: IReadOnlyList<IReadOnlyList<Object> >
See Also

Reference