IFileSaveOptions
The IFileSaveOptions interface defines properties for configuring file saving options in a workflow, including target locations, save modes, file names, and multilingual content settings.
Properties
| Name | Description |
|---|---|
| GeneralIsChanged | Indicates whether any general changes have been made to the save options. |
| FlowDocumentObjectName | The name of the flow document object to which the file will be assigned. |
| SaveTargetType | Specifies the type of target for saving the file (e.g., file system, database). |
| AssignFileToFlowDocumentObject | Indicates whether the saved file should be assigned to a flow document object. |
| SaveTo | Specifies the identifier of the target location where the file will be saved. |
| SaveToPathMethodName | The method name used to dynamically determine the path where the file will be saved. |
| SaveToPath | The path to the location where the file will be saved. |
| SaveFileNameTemplate | The template used to generate the file name when saving. |
| IsChanged | Indicates whether the file save options have been modified. |
| StoredFileId | The unique identifier of the stored file. |
| SaveMode | Specifies the mode for saving the file, such as creating a new file, a new version, or overwriting an existing file. |
| EnableMLContents | Indicates whether multilingual content is enabled for the file. |
| SelectedLanguages | Specifies the list of selected languages for multilingual content. |