03-18-2015 06:02 AM
03-18-2015 06:08 AM
/**
* Move this Node from specified parent to a new parent destination.
*
* Beware: Any unsaved property changes will be lost when this is called. To preserve property changes call {@link save()} first.
*
* @param source Node
* @param destination Node
* @return true on successful move, false on failure to move.
*/
public boolean move(ScriptNode source, ScriptNode destination)
{
………..
}
03-23-2015 11:16 AM
04-01-2015 02:04 AM
04-15-2015 09:06 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.