I have handler in application base class which handles new node created and automatically adds some default child nodes to new node. That works fine, but when I try to copy node, all default created child nodes are duplicated because my Document_New handler function runs again.
I was wondering is there a way to determine in Document_New handler whether new node is created or it is just a copy operation.
Handle node copy
Hi,
I have handler in application base class which handles new node created and automatically adds some default child nodes to new node.
That works fine, but when I try to copy node, all default created child nodes are duplicated because my Document_New handler function runs again.
I was wondering is there a way to determine in Document_New handler whether new node is created or it is just a copy operation.
is working on a reply...