Click or drag to resize
FileBrowserContentProviderCheckDeletePermissions Method
Checks if the current configuration allows deleting from the specified folder

Namespace: Kettic.AspNet.Controls.Widgets
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual bool CheckDeletePermissions(
	string folderPath
)

Parameters

folderPath
Type: SystemString
the virtual path that will be checked

Return Value

Type: Boolean
true if deleting is allowed, otherwise false
See Also