Click or drag to resize
Sandcastle Help File BuilderContentFileEditorCollectionLaunchEditorFor Method
Search the list of content file editors and launch the appropriate one for the specified file.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool LaunchEditorFor(
	string filename,
	string projectFile
)

Parameters

filename
Type: SystemString
The filename to edit
projectFile
Type: SystemString
The fully qualified name of the current project file.

Return Value

Type: Boolean
True if successful, false if not. LastError can be used to obtain details if it does fail.
Remarks
If an editor is not defined, an attempt is made to launch the file using the OS shell with the Edit verb.
See Also