Click or drag to resize
Sandcastle Help File BuilderPromptToSaveDlg Constructor
Constructor

Namespace: SandcastleBuilder.Gui
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public PromptToSaveDlg(
	Collection<BaseContentEditor> filesToSave
)

Parameters

filesToSave
Type: System.Collections.ObjectModelCollectionBaseContentEditor
A collection containing the editors with files to save.
See Also