getId

looks up the ID of a file by its index in the queue

string getId(number index);
indexnumberthe position of the file in the list of Vault
stringthe id of a file

Example

var id = vault.data.getId(0);

See also
Back to top