SaveBehavior Enumeration

Specifies the save behavior of the conversion process.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Enumeration SaveBehavior
'Usage
Dim instance As SaveBehavior
public enum SaveBehavior

Members

Member name Description
AppendIfPossible Specifies that if a file already exists, the conversion process should append a new file to the version history. If the file does not have version history enabled, the process should overwrite the file.
AlwaysOverwrite Specifies that the conversion process should always overwrite the existing file.
AppendOnly Specifies that if a file already exists, the conversion process should append a new file to the version history. If the file does not have version history enabled, the process should fail.
NeverOverwrite Specifies that if the destination file already exists, the conversion process should not overwrite that file.

See Also

Reference

Microsoft.Office.Word.Server.Conversions Namespace