Dragtype

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 08/12/2004 at 07:55, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.207 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Cinema defined several dragtypes, DRAGTYPE_FILE, DRAGTYPE_ICON and so on...
I have a tree and I want to allow only dragndrop inside the tree, but no drop from outside shall be allowed. Is it possible to use the plugin id as dragtype? If I allow only drops with my pluginid I could be sure, that its a drop from me. Or is there some limitation of allowed dragtypes, only the cinema defined or whatever?