SaveBehavior enumeration

Controls what happens to the output file if one already exists.

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/office/server/translation/2010/11/service")> _
Public Enumeration SaveBehavior
'Usage
Dim instance As SaveBehavior
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/office/server/translation/2010/11/service")]
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.

Fail if the document library doesn't have version history turned on.

NeverOverwrite Fails if the destination file already exists.

See also

Reference

Microsoft.Office.TranslationServices namespace