| TreeDragDropPermission Enumeration |
Represents drag and drop permissions.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public enum TreeDragDropPermission
Public Enumeration TreeDragDropPermission
Members
| Member name | Value | Description |
---|
| Allow | 1 |
Allow action.
|
| Deny | 2 |
Deny action.
|
| Inherit | 3 |
Inherit permissions from the parent.
|
Remarks See Also