FileBrowserItemPermissions Property |
Gets the permissions on the file item.
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual PathPermissions Permissions { get; set; }
Public Overridable Property Permissions As PathPermissions
Get
Set
public:
virtual property PathPermissions Permissions {
PathPermissions get ();
void set (PathPermissions value);
}
abstract Permissions : PathPermissions with get, set
override Permissions : PathPermissions with get, set
Property Value
Type:
PathPermissions
See Also