'DeclarationPublic Enum SearchReplaceType Inherits System.Enum
public enum SearchReplaceType : System.Enum
            'DeclarationPublic Enum SearchReplaceType Inherits System.Enum
public enum SearchReplaceType : System.Enum
| Member | Value | Description | 
|---|---|---|
| ReplaceAndReturn | 2 | The replacement is made and the modified objects are returned, but changes are not saved. | 
| ReplaceAndSave | 1 | The replacement is made and changes are saved. | 
| SearchOnly | 0 | No replacement is made. | 
System.Object
   System.ValueType
      System.Enum
         ArcanaDevelopment.adTempus.Shared.SearchReplaceType