Click or drag to resize
Sandcastle Help File BuilderSelectFileTemplateDlg Constructor
Constructor

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public SelectFileTemplateDlg(
	bool isConceptualContent,
	string filePath
)

Parameters

isConceptualContent
Type: SystemBoolean
True to select a conceptual content template, false to select an HTML template.
filePath
Type: SystemString
The new file's path
See Also