metadataFind (String, String)

format

SearchResults[] metadataFind(String key, String value) throws EveException

 

SearchResults[] metadataFind(String key,String value,CommandList beforeMethods,CommandList afterMethods) throws EveException

description

Finds all MediaObjects containing a particular key-value pair in the MediaCollection.

parameters

key - the key of the metadata you wish to retrieve

 

value - the text of the metadata you wish to retrieve

 

CommandList beforeMethods — indicates that you want to run a command method(s) before the method is invoked

 

CommandList afterMethods — indicates that you want to run a command method(s) after the method is executed

returns

an array of SearchResults objects

throws

The metadataFind() method throws an EveException if the operation fails.