Word.SaveBehavior enum

Specifies the save behavior for Document.save.

Remarks

[ API set: WordApi 1.1 ]

Fields

prompt = "Prompt"

Displays the "Save As" dialog to the user if the document hasn't been saved. Won't take effect if the document was previously saved.

save = "Save"

Saves the document without prompting the user. If it's a new document, it will be saved with the default name or specified name in the default location.