SqlEditor SetFile Method CleanCode C# Libraries v1.2.03 API
Sets the current file to fileName and loads it into the edit buffer.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void SetFile(
	string fileName
)
Remarks

This is exposed for applications that wish to change the current file programmatically without going through an OnlineOpenFileDialog.
See Also