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