CleanseArguments public class CleanseArguments : IComparable Documentation 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 CleanseArguments() public static ActionType ActionTypeConverter(string value) public static ReplaceWithType ReplaceTypeConverter(string value) public int CompareTo(object obj)