SaveAllSeqFileOptions

These constants represent the options you can use with the options parameter of the Engine.SaveAllModifiedSeqFiles method. Use the bitwise-OR operator to specify more than one option.

  • SaveAllSeqFiles_NoOptions –(Value: 0x0) No options.
  • SaveAllSeqFiles_PromptUser –(Value: 0x1) Prompts the user with a dialog box containing Yes, No, and Cancel buttons before saving the file.

See Also

Engine.SaveAllModifiedSeqFiles