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

Relativity.API.Foundation.Query.Conditions.CurrentUserCondition

A condition that filters results to only values that match the current user.

A condition that filters a field identified by IFieldRef to results that match the current user.

public CurrentUserCondition(string fieldName)

A condition that filters a field identified by name to results that match the current user.

public CurrentUserCondition(Guid fieldGuid)

A condition that filters a field identified by Guid to results that match the current user.