ConversionJobSettings.OutputSaveBehavior Property
Gets or sets a SaveBehavior, which specifies the behavior that should be applied when saving converted files to existing file names.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property OutputSaveBehavior As SaveBehavior
Get
Set
'Usage
Dim instance As ConversionJobSettings
Dim value As SaveBehavior
value = instance.OutputSaveBehavior
instance.OutputSaveBehavior = value
[DataMemberAttribute]
public SaveBehavior OutputSaveBehavior { get; set; }
Property Value
Type: Microsoft.Office.Word.Server.Conversions.SaveBehavior
One of the SaveBehavior values. The default is AppendIfPossible, which saves new files, or adds a new version to files with version control on, or otherwise overwrites.