Packagecom.adobe.portfolio.api
Interfacepublic interface ICollectionDropManager

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

This interfaces provides services for associating drop targets with a display object.



Public Properties
 PropertyDefined By
  targetPath : IAttachment
This value determines the location to which new attachments should be added.
ICollectionDropManager
Property Detail
targetPathproperty
targetPath:IAttachment

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

This value determines the location to which new attachments should be added.

This is a point at which a Flex client behaves slightly differently than regular Flex drag and drop. Due to implementation details, when dragging in from the operating system, the the target path should be set in response to DRAG_ENTER or DRAG_OVER events, so that Acrobat may create the attachment in the proper location within the portfolio.


Implementation
    public function get targetPath():IAttachment
    public function set targetPath(value:IAttachment):void