format
int size() throws EveException
int size(CommandList beforeMethods,CommandList afterMethods) throws EveException
description
Reports the number of MediaObjects 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 integer representing the number of MediaObjects in the collection
throws
The size() method throws an EveException if the operation fails.
size()