Click or drag to resize
Sandcastle Help File BuilderBeforeBuildAction Enumeration
This is used to determine what to do with unsaved files before building a project.

Namespace: SandcastleBuilder.Gui
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public enum BeforeBuildAction
Members
  Member nameValueDescription
SaveAllChanges0Save all changes to documents and the project.
SaveOpenDocuments1Only save changes to open documents.
PromptToSaveAll2Prompt to save changes to all open documents and the project.
DoNotSave3Do not save any changes.
See Also