Returns an array of the current physical locations of the specified digital resources.
Core function
Syntax
GetDigitalResourcePaths( ListOfIDs )
GetDigitalResourcePaths( ArrayOfIDs )
Parameters
Parameter | Description |
---|---|
ListOfIDs | A string of valid digital resource IDs separated by semicolors; for example, "1; 2; 3". |
ArrayOfIDs | An array of valid digital resource IDs. |
Description
GetDigitalResourcePaths is a top-level function and is not associated with any object.
You can use this function to obtain the physical locations of digital resources that have been added to the Virtual Ticket system, such as those referenced in a file collector field.
Examples
The following examples illustrate the use of GetDigitalResourcePaths: