RelativityObject.Item Property (Int32)

Relativity Services API
Gets the FieldValuePair on the object with the specified Artifact ID.

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

public FieldValuePair this[
	int artifactId
] { get; }

Parameters

artifactId
Type: System.Int32
The Artifact ID of the Field you are referencing.

Return Value

Type: FieldValuePair
The FieldValuePair with the given ArtifactID.

Implements

IRelativityObject.Item[Int32]
See Also

Reference