format
long[] getKeys() throws EveException
long[] getKeys(CommandList beforeMethods,CommandList afterMethods) throws EveException
description
Gets all the MediaObject keys in the MediaCollection.
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
an array of long integers containing all the keys
long
throws
The getKeys() method throws an EveException if the retrieval fails.
getKeys()