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

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.