- Resource functions
-
- get_resource_field_data
- create_resource
- update_field
- delete_resource
- copy_resource
- get_resource_log
- update_resource_type
- get_resource_path
- get_resource_data
- get_alternative_files
- get_resource_types
- add_alternative_file
- delete_alternative_file
- upload_file
- upload_file_by_url
- get_related_resources
- replace_resource_file
- get_resource_all_image_sizes
- put_resource_data
- update_related_resource
- resource_log_last_rows
- Collection functions
- Search functions
- IIIF
- Metadata functions
copy_resource
Copy a resource. Note that the attached file(s) are not copied - this is a metadata and property copy only.
$from * | The ID of the resource to copy. |
---|---|
$resource_type | The ID of the resource type for the new resource. |
Return values
The ID of the newly created resource, or false if the operation failed.