Skip to main content

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

NameDescription
GeneralIsChangedIndicates whether any general changes have been made to the save options.
FlowDocumentObjectNameThe name of the flow document object to which the file will be assigned.
SaveTargetTypeSpecifies the type of target for saving the file (e.g., file system, database).
AssignFileToFlowDocumentObjectIndicates whether the saved file should be assigned to a flow document object.
SaveToSpecifies the identifier of the target location where the file will be saved.
SaveToPathMethodNameThe method name used to dynamically determine the path where the file will be saved.
SaveToPathThe path to the location where the file will be saved.
SaveFileNameTemplateThe template used to generate the file name when saving.
IsChangedIndicates whether the file save options have been modified.
StoredFileIdThe unique identifier of the stored file.
SaveModeSpecifies the mode for saving the file, such as creating a new file, a new version, or overwriting an existing file.
EnableMLContentsIndicates whether multilingual content is enabled for the file.
SelectedLanguagesSpecifies the list of selected languages for multilingual content.