Click or drag to resize
FileManagerDialogConfigurationUploadPaths Property
Gets or sets the upload paths of the FileManager dialog.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string[] UploadPaths { get; set; }

Property Value

Type: String
A String array, containing virtual paths to which files can be uploaded or subfolders can be created. The default value is an empty String array.
Remarks
As only files/folders, contained in the ViewPaths array will be displayed, users are able to upload files/create subfolders only to folders, belonging to the intersection of the ViewPaths and UploadPaths properties.
See Also