This is used to determine what to do with unsaved files before building
a project.
Namespace: SandcastleBuilder.GuiAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 1.9.0.0
Syntax
| C# |
|---|
public enum BeforeBuildAction |
| Visual Basic |
|---|
Public Enumeration 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. |