getProperties

format

Hashtable getProperties() throws EveException

 

Hashtable getProperties(CommandList beforeMethods,CommandList afterMethods) throws EveException

description

Returns all the properties associated with the MediaCollection. Currently the only property set is the MediaCollection's name, but you can set any serializable object as a property.

parameters

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

a hashtable containing all the properties associated with the MediaCollection

throws

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