CreateRequest.FieldValues Property

Relativity Services API
Gets or sets the FieldRefValuePair collection, which each contain a FieldRef and corresponding value to set on the new object.

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

public IEnumerable<FieldRefValuePair> FieldValues { get; set; }

Property Value

Type: IEnumerable<FieldRefValuePair>
See Also

Reference