Click or drag to resize
Sandcastle Help File BuilderProjectExplorerWindowCreateFileEditor Method
Create an editor for the specified file

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public DockContent CreateFileEditor(
	string fullName,
	FileItem fileItem
)

Parameters

fullName
Type: SystemString
The full path to the file
fileItem
Type: SandcastleBuilder.UtilsFileItem
The project file item or null if the method should find it for itself

Return Value

Type: DockContent
The editor window created for the file
See Also