Skip to main content

IFileSaveOptions Properties

An object defining properties for the IFileSaveOptions class.

SaveToPath

The path to the location where the file will be saved.

Type: string


GeneralIsChanged

Indicates whether any general changes have been made to the save options.

Type: bool


StoredFileId

The unique identifier of the stored file.

Type: string


IsChanged

Indicates whether the file save options have been modified.

Type: bool


AssignFileToFlowDocumentObject

Indicates whether the saved file should be assigned to a flow document object.

Type: bool


SaveTargetType

Specifies the type of target for saving the file (e.g., file system, database).

Type: int


SaveFileNameTemplate

The template used to generate the file name when saving.

Type: string


EnableMLContents

Indicates whether multilingual content is enabled for the file.

Type: bool


SelectedLanguages

Specifies the list of selected languages for multilingual content.

Type: List<string>


SaveTo

Specifies the identifier of the target location where the file will be saved.

Type: int


SaveMode

Specifies the mode for saving the file, such as creating a new file, a new version, or overwriting an existing file.

Type: FileSaveMode
Accepted Values:

NameValue
NewFile0
NewVersion1
Overwrite2

SaveToPathMethodName

The method name used to dynamically determine the path where the file will be saved.

Type: string


FlowDocumentObjectName

The name of the flow document object to which the file will be assigned.

Type: string