FileManagerDialogConfigurationDeletePaths Property |
Gets or sets the delete 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)
Syntax public string[] DeletePaths { get; set; }
Public Property DeletePaths As String()
Get
Set
public:
property array<String^>^ DeletePaths {
array<String^>^ get ();
void set (array<String^>^ value);
}
member DeletePaths : string[] with get, set
Property Value
Type:
String
A
String array, containing virtual paths in which files or
subdirectories can be deleted. 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 delete only the files/folders,
belonging to the intersection of the
ViewPaths and
UploadPaths properties.
See Also