<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5000.0.2" />

Relativity.Services.FileCondition

public class FileCondition : FieldCondition
Use a FileCondition in a Query to test a File field against a file name.
public FileConditionEnum Operator { get; set; }

Gets or sets the comparison operator to be used.

public string Value { get; set; }

The value to test the field against.

public FileCondition(string field, FileConditionEnum op)

Initializes a new instance of the FileCondition class.

public FileCondition(int artifactID, FileConditionEnum op)

Initializes a new instance of the FileCondition class.

Initializes a new instance of the FileCondition class.

public FileCondition()

Initializes a new instance of the FileCondition class.