FileBrowserContentProviderCheckDeletePermissions Method |
Checks if the current configuration allows deleting from the specified folder
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual bool CheckDeletePermissions(
string folderPath
)
Public Overridable Function CheckDeletePermissions (
folderPath As String
) As Boolean
public:
virtual bool CheckDeletePermissions(
String^ folderPath
)
abstract CheckDeletePermissions :
folderPath : string -> bool
override CheckDeletePermissions :
folderPath : string -> bool
Parameters
- folderPath
- Type: SystemString
the virtual path that will be checked
Return Value
Type:
Booleantrue if deleting is allowed, otherwise false
See Also