Skip to main content

FileSaveMode

The FileSaveMode enum represents the different modes available for saving a file in the workflow system, specifying whether to create a new file, a new version, or overwrite the existing file.

Accepted Values

NameValue
NewFile0
NewVersion1
Overwrite2
Note

NewFile creates a completely new file in the system. NewVersion saves the file as a new version while retaining the original file. Overwrite replaces the existing file with the updated content. This enum allows users to specify the desired save behavior when managing file versions or updates.