| SelectFileTemplateDlg Constructor |
Constructor
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public SelectFileTemplateDlg(
bool isConceptualContent,
string filePath
)
Public Sub New (
isConceptualContent As Boolean,
filePath As String
)
public:
SelectFileTemplateDlg(
bool isConceptualContent,
String^ filePath
)
new :
isConceptualContent : bool *
filePath : string -> SelectFileTemplateDlg
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