The methods in this interface allow you to perform a wide variety of operations on MediaCollections.
To create a new MediaCollection object, you use the Eve.newMediaCollection()
method, which returns an empty MediaCollection object. This method optionally
takes an EveContext object as an argument.
Note: Each method within the MediaCollection interface is available in two formats: with or without before/after commands. If you do not plan to use before/after commands within your method calls, use the first entry in the format section for each of the methods described. See the Using Before and After Commands section for information about how to use the format containing the before and after commands within a method.