Delete Digital Resources

Delete Digital Resources

The Delete Digital Resources command deletes a list of digital resources from the database.

Delete Digital Resources digital_resource_ids

 

Result: deleted_ids

 

Arguments

Type

Description

digital_resource_ids

List

List of digital resource IDs to be deleted.

deleted_ids

List

A copy of the digital_resource_ids list with non-deleted digital resources marked with zero values.

Example: Add and then delete a digital resource from the database.

tell application "Virtual Ticket 8.0"
Add Files¬
{"Jobs:000001 - Rockport Spring Cat:"¬
,"Jobs:000002 - Builders Catalogue:Annual Report"}
set idsForScans to Get Figital Resource Ids¬
{ "Jobs:000001 - Rockport Spring Cat:Scans"}
Delete Digital Resources idsForScans
end tell


Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.