format |
|
description |
Returns all the unique values for the key you specify in the MediaCollection. For example, you can find that one Key is "Color", and ask for the values under "Color". You might get back "Blue", "Red", and "Brown". Then you can get all of the names of the images that have a value of "Red". |
parameters |
|
returns |
an array of strings containing the values of all the MediaCollections metadata keys |
throws |
The getMetadataValues() method throws an EveException if the retrieval fails. |