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

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.