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