format
SearchResults[] metadataFind(String key) throws EveException
SearchResults[] metadataFind(String key,CommandList beforeMethods,CommandList afterMethods) throws EveException
description
Finds metadata items with a particular key in all of the MediaObjects in the MediaCollection.
parameters
key - the key of the metadata items you wish to retrieve
key
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
SearchResults
throws
The metadataFind() method throws an EveException if the operation fails.
metadataFind()