getId

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

string getId(number index);

Parameters

indexnumberthe position of the file in the list of Vault

Returns

stringthe id of a file

Example

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

See also
Back to top