SaveBehavior enumeration
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. |