Used to set the file browser configuration paths for the editor dialogs
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void SetPaths(
string[] paths,
EditorFileTypes fileTypes,
EditorFileOptions fileOptions
)
Public Sub SetPaths (
paths As String(),
fileTypes As EditorFileTypes,
fileOptions As EditorFileOptions
)
public:
void SetPaths(
array<String^>^ paths,
EditorFileTypes fileTypes,
EditorFileOptions fileOptions
)
member SetPaths :
paths : string[] *
fileTypes : EditorFileTypes *
fileOptions : EditorFileOptions -> unit
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