| BeforeBuildAction Enumeration |
This is used to determine what to do with unsaved files before building
a project.
Namespace: SandcastleBuilder.GuiAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public enum BeforeBuildAction
Public Enumeration BeforeBuildAction
public enum class BeforeBuildAction
Members
| Member name | Value | Description |
---|
| SaveAllChanges | 0 | Save all changes to documents and the project. |
| SaveOpenDocuments | 1 | Only save changes to open documents. |
| PromptToSaveAll | 2 | Prompt to save changes to all open documents and the
project. |
| DoNotSave | 3 | Do not save any changes. |
See Also