RelativityObject.FieldValuePairExists Method (Guid)

Relativity Services API
Checks if this object contains a FieldValuePair with specified GUID.

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

public bool FieldValuePairExists(
	Guid guid
)

Parameters

guid
Type: System.Guid

Return Value

Type: Boolean
True if a FieldValuePair has the guid
See Also

Reference