Update Digital Resources

Update Digital Resources

The Update Digital Resources command updates information about a list of digital resources. Optionally, certain types of files may be parsed and referenced files added/updated in the database.

Update Digital Resources digital_resource_ids

[links link_option]

[changed files only changed_files_option]

 

Result: updated_ids

 

Arguments

Type

Description

digital_resource_ids

List

The integer digital resource IDs of the files to be updated.

link_option

Boolean

Add/update files linked to this file by internal references. Default value is true.

changed_files_option

Boolean

If true, only the digital resources modified since the last update/add will be updated. If false, all digital resources will be added.

updated_ids

List

The integer digital resource IDs of the digital resources updated. A value of 0 indicates the digital resource was not found.

Example: Update a QuarkXPress file and all files referenced from within it, even if the files have not been modified since they were added.

tell application "Virtual Ticket 8.0"
set ids to Get Digital Resource Ids¬
{"Jobs:000003 - Wellness and Fitness:Brochure"}
Update Digital Resources ids with links without changed files only
end tell


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