<PackageReference Include="Relativity.Other" Version="10.0.318.5" />

CleanseArguments

public class CleanseArguments : IComparable
public enum ActionType

public enum ReplaceWithType

public ActionType Action { get; set; }

public int ArtifactTypeID { get; set; }

public string Delimiter { get; set; }

public int FieldArtifactID { get; set; }

public ReplaceWithType ReplaceWith { get; set; }

public int ReplaceWithFieldArtifactID { get; set; }

public string ReplaceWithText { get; set; }

public string SearchFor { get; set; }

public static ActionType ActionTypeConverter(string value)

public static ReplaceWithType ReplaceTypeConverter(string value)

public int CompareTo(object obj)