format
MediaObject[] getMediaObject(SearchResults searchResults[])throws EveException
MediaObject[] getMediaObject(SearchResults searchResults[],CommandList beforeMethods,CommandList afterMethods) throws EveException
description
Retrieves the MediaObjects referenced by the SearchResults objects.
parameters
searchResults - an array of SearchResults objects that reference MediaObjects
searchResults
SearchResults
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 the requested MediaObjects
throws
The getMediaObject() method throws an EveException if the retrieval fails.
getMediaObject()