IRelativityObject.Item Property

Relativity Services API
Gets a field-value pair by using the Artifact ID of the field to retrieve it.

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

FieldValuePair this[
	int artifactId
] { get; }

Parameters

artifactId
Type: System.Int32
The Artifact ID of a Field object.

Return Value

Type: FieldValuePair
A corresponding field-value pair.
See Also

Reference