SaveBehavior enumeration

SharePoint Online

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)

No code example is currently available or this language may not be supported.

Member nameDescription
AppendIfPossibleAppends to the file version if the file already exists.

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

AlwaysOverwriteOverwrites the file, even if it already exists.
AppendOnlyAppends to the file version if the file already exists.

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

NeverOverwriteFails if the document library doesn't have version history turned on.
Show: