Click or drag to resize

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
Members
  Member nameValueDescription
Allow1 Allow action.
Deny2 Deny action.
Inherit3 Inherit permissions from the parent.
Remarks