Click or drag to resize
KaxEditorSetPaths Method
Used to set the file browser configuration paths for the editor dialogs

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void SetPaths(
	string[] paths,
	EditorFileTypes fileTypes,
	EditorFileOptions fileOptions
)

Parameters

paths
Type: SystemString
A string array containing the paths to set.
fileTypes
Type: Kettic.AspNet.ControlsEditorFileTypes
Which dialogs to set the paths to.
fileOptions
Type: Kettic.AspNet.ControlsEditorFileOptions
Which paths (view, upload, delete) to set.
See Also