getProperty

format

Object getProperty(String key) throws EveException

 

Object getProperty(String key,CommandList beforeMethods,CommandList afterMethods) throws EveException

description

Retrieves a property object from the MediaCollection. Because MediaCollections may contain multiple property items with the same key, as long as the values are different, getProperty() returns an object that may contain multiple items.

parameters

key - the key 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

The requested metadata, if it exists.

throws

The getProperty() method throws an EveException if the retrieval fails.