Engine.SaveAllModifiedSeqFiles

Syntax

Engine.SaveAllModifiedSeqFiles( options = 0)

Return Value

Boolean

Returns True if all modified files were saved successfully. Returns False if one or more files could not be saved or if the user cancels the operation.

Purpose

Saves all modified sequence files in the engine internal cache.

Remarks

If this method prompts the user to save a file and the user selects No , subsequent calls to this method do not prompt the user to save the file unless the file is modified further.

Parameters

options As Long

[In] Specify one or more SaveAllSeqFileOptions constants. Use the bitwise-OR operator to specify multiple sequence file flags.

This parameter has a default value of 0 .

See Also

SaveAllSeqFileOptions