JavaScript Editor Javascript debugger     Website design 


hw_api->copy

Copies physically ()

hw_api {
  hw_api_content copy(array parameter);
}

This function will make a physical copy including the content if it exists and returns the new object or an error object.

Parameters

parameter

The parameter array contains the required elements 'objectIdentifier' and 'destinationParentIdentifier'. The optional parameter is 'attributeSelector'`

Return Values

Returns the copied object.