Click or drag to resize
Sandcastle Help File BuilderContentFileEditorIsEditorFor Method
See if the given extension is a match for this file editor.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool IsEditorFor(
	string extension
)

Parameters

extension
Type: SystemString
The extension to check

Return Value

Type: Boolean
True if this is the editor for the given file extension or false if not.
See Also