Click or drag to resize
FileManagerDialogConfigurationDeletePaths Property
Gets or sets the delete 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[] DeletePaths { 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