Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls what happens to the output file if one already exists.
Namespace: Microsoft.Office.Client.TranslationServices
Assembly: Microsoft.Office.Client.TranslationServices (in Microsoft.Office.Client.TranslationServices.dll)
Syntax
'Declaration
Public Enumeration SaveBehavior
'Usage
Dim instance As SaveBehavior
public enum SaveBehavior
Members
| Member name | Description | |
|---|---|---|
| AppendIfPossible | Appends to the file version if the file already exists.
Overwrite if the document library doesn't have version history turned on. |
|
| AlwaysOverwrite | Overwrites the file, even if it already exists. | |
| AppendOnly | Appends to the file version if the file already exists.
Fails if the document library doesn't have version history turned on. |
|
| NeverOverwrite | Fails if the document library doesn't have version history turned on. |