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 |
---|---|
SaveToPath | The path to the location where the file will be saved. |
GeneralIsChanged | Indicates whether any general changes have been made to the save options. |
StoredFileId | The unique identifier of the stored file. |
IsChanged | Indicates whether the file save options have been modified. |
AssignFileToFlowDocumentObject | Indicates whether the saved file should be assigned to a flow document object. |
SaveTargetType | Specifies the type of target for saving the file (e.g., file system, database). |
SaveFileNameTemplate | The template used to generate the file name when saving. |
EnableMLContents | Indicates whether multilingual content is enabled for the file. |
SelectedLanguages | Specifies the list of selected languages for multilingual content. |
SaveTo | Specifies the identifier of the target location where the file will be saved. |
SaveMode | Specifies the mode for saving the file, such as creating a new file, a new version, or overwriting an existing file. |
SaveToPathMethodName | The method name used to dynamically determine the path where the file will be saved. |
FlowDocumentObjectName | The name of the flow document object to which the file will be assigned. |