<PackageReference Include="Relativity.API" Version="20.0.0" />

HasValueCondition

Builds a condition that returns a result if there is any value populated for the field.
public HasValueCondition(IFieldRef fieldRef)

Filters a field Identified by IFieldRef where a result is returned if there is any value.

public HasValueCondition(string fieldName)

Filters a field Identified by name where a result is returned if there is any value.

public HasValueCondition(Guid fieldGuid)

Filters a field Identified by Guid where a result is returned if there is any value.