FileManagerDialogConfigurationUploadPaths Property |
Gets or sets the upload paths of the FileManager dialog.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string[] UploadPaths { get; set; }
Public Property UploadPaths As String()
Get
Set
public:
property array<String^>^ UploadPaths {
array<String^>^ get ();
void set (array<String^>^ value);
}
member UploadPaths : string[] with 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