IRelativityObject.FieldValuePairExists Method

Relativity Services API
Indicates whether the current object contains a FieldValuePair with the specified Artifact ID.

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

bool FieldValuePairExists(
	int artifactId
)

Parameters

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

Return Value

Type: Boolean
Returns true if the FieldValuePair object has the specified Artifact ID.
See Also

Reference