The DragDropFormat enumeration contains formats in which the data is passed during dragging. If is relevant working with repository objects.
It is used by the following method:
| Value | Brief description |
| 0 | User. To pass data to the object navigator in that form as they were specified in the Data parameter. |
| 1 | MetabaseObjectList. If the collection of objects description is passed as a value of the Data parameter, the object navigator perceives this collection as a collection of corresponding repository objects. |
See also: